We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91528f4 commit 20bf8e0Copy full SHA for 20bf8e0
1 file changed
Tools/c-analyzer/README
@@ -34,7 +34,7 @@ should be added for runtime state. Instead, they should be added to
34
_PyRuntimeState or one of its sub-structs. The check-c-globals script
35
should be run to ensure that no new globals have been added:
36
37
- python3 Tools/c-globals/check-c-globals.py
+ python3 Tools/c-analyzer/check-c-globals.py
38
39
If it reports any globals then they should be resolved. If the globals
40
are runtime state then they should be folded into _PyRuntimeState.
0 commit comments