]> granicus.if.org Git - python/commitdiff
bpo-38419: fix "check-c-globals" path (GH-16680)
authorAMIR <31338382+amiremohamadi@users.noreply.github.com>
Wed, 23 Oct 2019 00:05:54 +0000 (03:35 +0330)
committerCarol Willing <carolcode@willingconsulting.com>
Wed, 23 Oct 2019 00:05:54 +0000 (21:05 -0300)
Tools/c-analyzer/README

index 0ee8ac3800bc6e893712e66a80ba2429e9735544..8cf20e276d927bab090a09543a01fe41dda2a4ec 100644 (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
 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.