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.
1 parent aa5b164 commit 381fabfCopy full SHA for 381fabf
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
53
54
# Windows
55
'Modules/_winapi.c', # windows.h
0 commit comments