mirror of
https://github.com/python/cpython.git
synced 2026-08-03 13:26:41 +08:00
Replace _PyInterpreterState_Get() function call with _PyInterpreterState_GET_UNSAFE() macro which is more efficient but don't check if tstate or interp is NULL. _Py_GetConfigsAsDict() now uses _PyThreadState_GET().
Miscellaneous source files for the main Python shared library