mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
Add PyThreadState_GetUnchecked() function: similar to PyThreadState_Get(), but don't issue a fatal error if it is NULL. The caller is responsible to check if the result is NULL. Previously, this function was private and known as _PyThreadState_UncheckedGet().
Miscellaneous source files for the main Python shared library