mirror of
https://github.com/python/cpython.git
synced 2026-01-29 22:26:03 +00:00
* Instead of calling get_identifiers_and_strings(), extract identifiers and strings from pycore_global_strings.h. * Avoid ast.literal_eval(), it's very slow.