mirror of
https://github.com/python/cpython.git
synced 2026-01-28 13:45:18 +00:00
Switch more _Py_IsImmortal(...) assertions to _Py_IsImmortalLoose(...) The remaining calls to _Py_IsImmortal are in free-threaded-only code, initialization of core objects, tests, and guards that fall back to code that works with mortal objects. (cherry picked from commit 57c471a6880956338549380fc5fb35c986937901)
Miscellaneous source files for the main Python shared library