From 18e1e41fdb5a0cc8d0640f6667b81b651f631c0e Mon Sep 17 00:00:00 2001 From: AMIR <31338382+amiremohamadi@users.noreply.github.com> Date: Wed, 9 Oct 2019 20:33:45 +0330 Subject: [PATCH] bpo-38419: fix "check-c-globals" path --- Tools/c-analyzer/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/c-analyzer/README b/Tools/c-analyzer/README index 0ee8ac3800bc6e..8cf20e276d927b 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.