[Python-checkins] bpo-38419: fix "check-c-globals" path (GH-16680)

Carol Willing webhook-mailer at python.org
Tue Oct 22 20:06:04 EDT 2019


https://github.com/python/cpython/commit/20bf8e08a18c0f1eab49c54f3bd56f8364a2f5cc
commit: 20bf8e08a18c0f1eab49c54f3bd56f8364a2f5cc
branch: master
author: AMIR <31338382+amiremohamadi at users.noreply.github.com>
committer: Carol Willing <carolcode at willingconsulting.com>
date: 2019-10-22T21:05:54-03:00
summary:

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

files:
M Tools/c-analyzer/README

diff --git a/Tools/c-analyzer/README b/Tools/c-analyzer/README
index 0ee8ac3800bc6..8cf20e276d927 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.



More information about the Python-checkins mailing list