Skip to content

Commit 20bf8e0

Browse files
amiremohamadiwillingc
authored andcommitted
bpo-38419: fix "check-c-globals" path (GH-16680)
1 parent 91528f4 commit 20bf8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/c-analyzer/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ should be added for runtime state. Instead, they should be added to
3434
_PyRuntimeState or one of its sub-structs. The check-c-globals script
3535
should be run to ensure that no new globals have been added:
3636

37-
python3 Tools/c-globals/check-c-globals.py
37+
python3 Tools/c-analyzer/check-c-globals.py
3838

3939
If it reports any globals then they should be resolved. If the globals
4040
are runtime state then they should be folded into _PyRuntimeState.

0 commit comments

Comments
 (0)