cpython/Programs
Victor Stinner 0cecc22842
bpo-20891: Remove test_capi.test_bpo20891() (#5425)
My first fix is not enough to make test_bpo20891() reliable. A second
fix is needed and it was decided to not backport it, so remove the
test instead.

For Python 3.6, the workaround is to call PyEval_InitThreads() before
spawning the first C thread.

Python 3.7 will have both fixes.
2018-01-29 16:35:50 +01:00
..
README
_freeze_importlib.c Fix some warnings from MSVC 2016-09-06 19:09:15 -07:00
_testembed.c bpo-20891: Remove test_capi.test_bpo20891() (#5425) 2018-01-29 16:35:50 +01:00
python.c Add PYTHONMALLOC env var 2016-03-14 12:04:26 +01:00

README

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