mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
0cb5222079
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