mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00: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