]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Attempt to speed up deepfreeze.py (#107887)
authorGuido van Rossum <guido@python.org>
Mon, 14 Aug 2023 21:41:27 +0000 (14:41 -0700)
committerGitHub <noreply@github.com>
Mon, 14 Aug 2023 21:41:27 +0000 (14:41 -0700)
commita2a4b9f1ec86b9762a5d35895ac5b528e03d5b98
treeaa2e7a28e2634e473cdd591873f1d7750968b0fa
parent39745347f645ac99021f4ab981ff02ab5647b19c
Attempt to speed up deepfreeze.py (#107887)

* Instead of calling get_identifiers_and_strings(), extract identifiers and strings from pycore_global_strings.h.
* Avoid ast.literal_eval(), it's very slow.
Makefile.pre.in
Tools/build/deepfreeze.py