Commit 4f32516
authored
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
+663
-121
lines changed
0 commit comments