From: AMIR <31338382+amiremohamadi@users.noreply.github.com> Date: Wed, 23 Oct 2019 00:05:54 +0000 (+0330) Subject: bpo-38419: fix "check-c-globals" path (GH-16680) X-Git-Tag: v3.9.0a1~138 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=20bf8e08a18c0f1eab49c54f3bd56f8364a2f5cc;p=thirdparty%2FPython%2Fcpython.git bpo-38419: fix "check-c-globals" path (GH-16680) --- diff --git a/Tools/c-analyzer/README b/Tools/c-analyzer/README index 0ee8ac3800bc..8cf20e276d92 100644 --- a/Tools/c-analyzer/README +++ b/Tools/c-analyzer/README @@ -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 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 are runtime state then they should be folded into _PyRuntimeState.