8000 Fix the "ignored" filename. · python/cpython@d9f45a8 · GitHub
[go: up one dir, main page]

Skip to content

Commit d9f45a8

Browse files
Fix the "ignored" filename.
1 parent bb1463e commit d9f45a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/c-analyzer/c_analyzer/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
it is actually const (and thus supported) then first try
6565
fixing the declaration appropriately in the code. If that
6666
doesn't work then add the variable to the "should be const"
67-
section of Tools/c-analyzer/cpython/_parser.py.
67+
section of Tools/c-analyzer/cpython/ignored.tsv.
6868
6969
If the tool otherwise reports an unsupported global variable
7070
then first try to make it non-global, possibly adding to

0 commit comments

Comments
 (0)
0