mirror of
https://github.com/python/cpython.git
synced 2026-08-16 02:11:06 +08: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