We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
to files to exclude with
./Tools/c-analyzer/check-c-globals.py
1 parent 05b0e0a commit 10b7a75Copy full SHA for 10b7a75
1 file changed
Tools/c-analyzer/cpython/_parser.py
@@ -49,6 +49,7 @@ def format_tsv_lines(lines):
49
EXCLUDED = format_conf_lines([
50
# macOS
51
'Modules/_scproxy.c', # SystemConfiguration/SystemConfiguration.h
52
+ 'Modules/_multiprocessing/semaphore_macosx.h', # <sys/sysctl.h> no longer exists in linux
53
54
# Windows
55
'Modules/_winapi.c', # windows.h
0 commit comments