Skip to content

Commit

Permalink
add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoldbaum committed Sep 26, 2024
1 parent d8a228c commit 763a241
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions newsfragments/4539.removed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* `PyListMethods::get_item_unchecked` is disabled on the free-threaded build.
It relies on accessing list internals without any locking and is not
thread-safe without the GIL to synchronize access.

0 comments on commit 763a241

Please sign in to comment.