mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
723d4d2fe8
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