Skip to content

Commit 3edbeb0

Browse files
colesburyseehwan80
authored andcommitted
pythongh-128421: Add locking to most frame object functions (pythongh-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 e7f29c9 commit 3edbeb0

File tree

3 files changed

+663
-121
lines changed

3 files changed

+663
-121
lines changed

0 commit comments

Comments
 (0)