0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 08:52:25 +01:00
cpython/Programs
Victor Stinner b4d1e1f7c1
bpo-20891: Fix PyGILState_Ensure() (#4650)
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.
2017-11-30 22:05:00 +01:00
..
_freeze_importlib.c
_testembed.c bpo-20891: Fix PyGILState_Ensure() (#4650) 2017-11-30 22:05:00 +01:00
python.c
README

Source files for binary executables (as opposed to shared modules)