mirror of
https://github.com/python/cpython.git
synced 2026-08-12 08:16:41 +08:00
We already intern and immortalize most string constants. In the free-threaded build, other constants can be a source of reference count contention because they are shared by all threads running the same code objects.
Miscellaneous source files for the main Python shared library