Skip to content

Commit 7bea710

Browse files
Added NEWS entry
1 parent 5e07231 commit 7bea710

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
"- Issue #<n>: " or "- gh-issue-<n>: " or that sort of stuff.
2+
###########################################################################
3+
4+
Fix a race in the per-interpreter ``pickle.dumps``/``pickle.loads`` cache
5+
used by cross-interpreter data transfer. Concurrent use (first time) from
6+
multiple threads in the same interpreter could leak a reference to the
7+
imported attribute and also potentially expose a torn pointer read. The
8+
cache is now populated with an atomic compare-exchange.

0 commit comments

Comments
 (0)