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

3 files changed

Lines changed: 663 additions & 121 deletions

File tree

0 commit comments

Comments
 (0)