bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431)
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.
V
Victor Stinner committed
120b707a6d43452e067daa55a8fdca69f9424abc
Parent: 1beb7c3
Committed by GitHub <noreply@github.com>
on 8/23/2019, 5:03:08 PM