mirror of
https://github.com/python/cpython.git
synced 2026-05-14 00:18:52 -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.