mirror of
https://github.com/python/cpython.git
synced 2026-01-28 21:55:51 +00:00
When PyGILState_Ensure() is called in a non-Python thread before PyEval_InitThreads(), only call PyEval_InitThreads() after calling PyThreadState_New() to fix a crash. Add an unit test in test_embed.
Miscellaneous source files for the main Python shared library