summaryrefslogtreecommitdiff
path: root/Include/pyerrors.h
diff options
context:
space:
mode:
authorxdegaye <xdegaye@gmail.com>2017-10-26 17:48:48 +0200
committerGitHub <noreply@github.com>2017-10-26 17:48:48 +0200
commit4b27d51222be751125e6800453a39360a2dec11d (patch)
treec41987cae0bf6f909eb7fb0b454a8746912b2403 /Include/pyerrors.h
parentd94ef8fe94ed192a24a71117c07e6c7b60a8ac6c (diff)
downloadcpython-git-4b27d51222be751125e6800453a39360a2dec11d.tar.gz
[3.6] bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327). (#4135)
(cherry picked from commit 56d1f5ca32892c7643eb8cee49c40c1644f1abfe)
Diffstat (limited to 'Include/pyerrors.h')
-rw-r--r--Include/pyerrors.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/pyerrors.h b/Include/pyerrors.h
index 8c1dbc5047..c28c1373f8 100644
--- a/Include/pyerrors.h
+++ b/Include/pyerrors.h
@@ -219,8 +219,6 @@ PyAPI_DATA(PyObject *) PyExc_IOError;
PyAPI_DATA(PyObject *) PyExc_WindowsError;
#endif
-PyAPI_DATA(PyObject *) PyExc_RecursionErrorInst;
-
/* Predefined warning categories */
PyAPI_DATA(PyObject *) PyExc_Warning;
PyAPI_DATA(PyObject *) PyExc_UserWarning;