Skip to content

Commit 4f32516

Browse files
authored
gh-128421: Add locking to most frame object functions (gh-131479)
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 5d8e981 commit 4f32516

File tree

3 files changed

+663
-121
lines changed

3 files changed

+663
-121
lines changed

0 commit comments

Comments
 (0)