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
..
README Issue #18093: Factor out the programs that embed the runtime 2014-07-25 21:52:14 +10:00
_freeze_importlib.c bpo-32030: Split Py_Main() into subfunctions (#4399) 2017-11-15 15:48:08 -08:00
_testembed.c bpo-20891: Fix PyGILState_Ensure() (#4650) 2017-11-30 22:05:00 +01:00
python.c bpo-32030: Rework memory allocators (#4625) 2017-11-29 17:20:38 +01:00

README

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