Skip to content

Commit ef2f07b

Browse files
committed
Add NEWS file.
1 parent 658bcd5 commit ef2f07b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
In the free-threaded build, avoid data races caused by updating type slots
2+
or type flags after the type was initially created. For those (typically
3+
rare) cases, use the stop-the-world mechanism. Remove the use of atomics
4+
when reading or writing type flags. The use of atomics is not sufficient to
5+
avoid races (since flags are sometimes read without a lock and without
6+
atomics) and are no longer required.

0 commit comments

Comments
 (0)