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
clinic
impl
blake2b2s.py -rwxr-xr-x 1.2 KB
blake2b_impl.c -rw-r--r-- 12.7 KB
blake2module.c -rw-r--r-- 2.9 KB
blake2ns.h -rw-r--r-- 1.3 KB
blake2s_impl.c -rw-r--r-- 12.7 KB

back to top