Skip to content
Branch: 3.6
Find file History
Pull request Compare This branch is 2198 commits ahead, 8748 commits behind master.
vstinner 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.
Latest commit 0cecc22 Jan 29, 2018
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
README Issue #18093: Factor out the programs that embed the runtime Jul 25, 2014
_freeze_importlib.c Fix some warnings from MSVC Sep 7, 2016
_testembed.c bpo-20891: Remove test_capi.test_bpo20891() (#5425) Jan 29, 2018
python.c Add PYTHONMALLOC env var Mar 14, 2016

README

Source files for binary executables (as opposed to shared modules)
You can’t perform that action at this time.