mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00:00
After Python finalization gets to the point where no other thread can attach thread state, attempting to acquire a Python lock must hang. Raise PythonFinalizationError instead of hanging.
Miscellaneous source files for the main Python shared library