diff options
author | Victor Stinner <vstinner@redhat.com> | 2019-08-23 18:03:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-23 18:03:08 +0100 |
commit | 120b707a6d43452e067daa55a8fdca69f9424abc (patch) | |
tree | 1a58f651b55fde0a820646fdbf8b568657883273 /Python/makeopcodetargets.py | |
parent | 1beb7c3de9c3d0e802e4267a11d937e8f024d661 (diff) | |
download | cpython-git-120b707a6d43452e067daa55a8fdca69f9424abc.tar.gz |
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.
Diffstat (limited to 'Python/makeopcodetargets.py')
0 files changed, 0 insertions, 0 deletions