Skip to content

Commit c11e525

Browse files
committed
Add NEWS entry
1 parent c28eb28 commit c11e525

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)