Skip to content

Commit 44f8c85

Browse files
committed
gh-128421: Add locking to most frame object functions
This makes more operations on frame objects thread-safe in the free threaded build, which fixes some data races that occurred when passing exceptions between threads. However, accessing local variables from another thread while its running is still not thread-safe and may crash the interpreter.
1 parent a4832f6 commit 44f8c85

File tree

3 files changed

+616
-111
lines changed

3 files changed

+616
-111
lines changed

0 commit comments

Comments
 (0)