mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
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.
Miscellaneous source files for the main Python shared library