• Victor Stinner's avatar
    bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431) · 120b707a
    Victor Stinner authored
    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.
    120b707a
_testembed.c 40.8 KB