Staging
v0.8.1
Revision af84a88ef8b3288da528d2f52b7d3fbafb8dc8a6 authored by Victor Stinner on 23 August 2019, 19:16:51 UTC, committed by GitHub on 23 August 2019, 19:16:51 UTC
PyConfig_Read() is now responsible to handle early calls to
PySys_AddXOption() and PySys_AddWarnOption().

Options added by PySys_AddXOption() are now handled the same way than
PyConfig.xoptions and command line -X options.

For example, PySys_AddXOption(L"faulthandler") enables faulthandler
as expected.

(cherry picked from commit 120b707a6d43452e067daa55a8fdca69f9424abc)
1 parent 3921d12
History
File Mode Size
build.bat -rw-r--r-- 2.6 KB
make_pkg.proj -rw-r--r-- 4.1 KB
python.nuspec -rw-r--r-- 612 bytes
pythonarm32.nuspec -rw-r--r-- 702 bytes
pythondaily.nuspec -rw-r--r-- 651 bytes
pythondaily.symbols.nuspec -rw-r--r-- 1.0 KB
pythonx86.nuspec -rw-r--r-- 624 bytes

back to top