We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c28eb28 commit c11e525Copy full SHA for c11e525
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2026-04-22-14-55-18.gh-issue-113956.0VEXd6.rst
@@ -0,0 +1,4 @@
1
+Fix a data race in :func:`sys.intern` in the free-threaded build when
2
+interning a string owned by another thread. An interned copy owned by the
3
+current thread is used instead when it is not safe to immortalize the
4
+original.
0 commit comments