Skip to content

Commit 381fabf

Browse files
committed
gh-150948: Exclude macOS semaphore header from c-analyzer
1 parent aa5b164 commit 381fabf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Tools/c-analyzer/cpython/_parser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ def format_tsv_lines(lines):
4949
EXCLUDED = format_conf_lines([
5050
# macOS
5151
'Modules/_scproxy.c', # SystemConfiguration/SystemConfiguration.h
52+
'Modules/_multiprocessing/semaphore_macosx.h', # sys/sysctl.h
5253

5354
# Windows
5455
'Modules/_winapi.c', # windows.h

0 commit comments

Comments
 (0)