Staging
v0.8.1
Revision e10c9de9d74fd4c26b32e6719d96f04a5be6987d authored by Victor Stinner on 30 November 2017, 22:36:49 UTC, committed by GitHub on 30 November 2017, 22:36:49 UTC
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.

Enhance also embedded tests, backport from master:

* Add test_pre_initialization_api()
* Set PYTHONIOENCODING environment variable in
  test_forced_io_encoding()

(cherry picked from commit b4d1e1f7c1af6ae33f0e371576c8bcafedb099db)
1 parent 29cb50b
History
File Mode Size
lib.wixproj -rw-r--r-- 1.5 KB
lib.wxs -rw-r--r-- 929 bytes
lib_d.wixproj -rw-r--r-- 677 bytes
lib_d.wxs -rw-r--r-- 703 bytes
lib_en-US.wxl -rw-r--r-- 254 bytes
lib_files.wxs -rw-r--r-- 3.0 KB
lib_pdb.wixproj -rw-r--r-- 681 bytes
lib_pdb.wxs -rw-r--r-- 706 bytes

back to top