mirror of
https://github.com/python/cpython.git
synced 2026-08-16 02:11:06 +08:00
Fix free-threading scaling bottleneck in sys.intern and `PyObject_SetAttr` by avoiding the interpreter-wide lock when the string is already interned and immortalized.