bpo-38419: fix "check-c-globals" path (GH-16680)

This commit is contained in:
AMIR 2019-10-23 03:35:54 +03:30 committed by Carol Willing
parent 91528f40c3
commit 20bf8e08a1

View file

@ -34,7 +34,7 @@ should be added for runtime state. Instead, they should be added to
_PyRuntimeState or one of its sub-structs. The check-c-globals script _PyRuntimeState or one of its sub-structs. The check-c-globals script
should be run to ensure that no new globals have been added: should be run to ensure that no new globals have been added:
python3 Tools/c-globals/check-c-globals.py python3 Tools/c-analyzer/check-c-globals.py
If it reports any globals then they should be resolved. If the globals If it reports any globals then they should be resolved. If the globals
are runtime state then they should be folded into _PyRuntimeState. are runtime state then they should be folded into _PyRuntimeState.