mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
Some incompatible changes had gone in, and the "ignore" lists weren't properly undated. This change fixes that. It's necessary prior to enabling test_check_c_globals, which I hope to do soon. Note that this does include moving last_resort_memory_error to PyInterpreterState. https://github.com/python/cpython/issues/90110
Miscellaneous source files for the main Python shared library