Home
last modified time | relevance | path

Searched refs:Py_UseClassExceptionsFlag (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Include/
Dpydebug.h15 PyAPI_DATA(int) Py_UseClassExceptionsFlag;
/external/python/cpython2/PC/os2vacpp/
Dpython.def67 Py_UseClassExceptionsFlag
/external/python/cpython2/PC/os2emx/
Dpython27.def1114 "Py_UseClassExceptionsFlag"
/external/python/cpython2/Python/
Dpythonrun.c75 int Py_UseClassExceptionsFlag = 1; /* Needed by bltinmodule.c: deprecated */ variable
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a3.rst1581 The ``Py_UseClassExceptionsFlag`` flag has been removed. It was deprecated