cpython/Include/internal
Victor Stinner 120b707a6d
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.
2019-08-23 18:03:08 +01:00
..
pycore_accu.h
pycore_atomic.h
pycore_ceval.h
pycore_code.h
pycore_condvar.h
pycore_context.h
pycore_fileutils.h
pycore_getopt.h
pycore_gil.h
pycore_hamt.h
pycore_import.h
pycore_initconfig.h
pycore_object.h
pycore_pathconfig.h bpo-37369: Fix initialization of sys members when launched via an app container (GH-14428) 2019-06-29 10:34:11 -07:00
pycore_pyerrors.h
pycore_pyhash.h
pycore_pylifecycle.h bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431) 2019-08-23 18:03:08 +01:00
pycore_pymem.h
pycore_pystate.h bpo-37392: Remove sys.setcheckinterval() (GH-14355) 2019-06-25 03:01:08 +02:00
pycore_traceback.h
pycore_tupleobject.h
pycore_warnings.h