mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00: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