SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72125 0 12 Python

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.
S
Sam Gross committed
4f325168048fda89cef8bd2de859f65ec91754a3
Parent: 5d8e981
Committed by GitHub <noreply@github.com> on 3/21/2025, 3:10:07 PM