mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
Use existing helpers to atomically modify the bytecode. Add unit tests to ensure specializing is happening as expected. Add test_specialize.py that can be used with ThreadSanitizer to detect data races. Fix thread safety issue with cell_set_contents().
Miscellaneous source files for the main Python shared library