SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72137 0 38 Python

bpo-46541: Discover the global strings. (gh-31346)

Instead of manually enumerating the global strings in generate_global_objects.py, we extrapolate the list from usage of _Py_ID() and _Py_STR() in the source files.

This is partly inspired by gh-31261.

https://bugs.python.org/issue46541
E
Eric Snow committed
12360aa159c42c7798fd14225d271e6fd84db7eb
Parent: 278fdd3
Committed by GitHub <noreply@github.com> on 2/15/2022, 12:36:51 AM