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
README -rw-r--r-- 2.5 KB
stringbench.py -rw-r--r-- 43.0 KB

README

back to top