summaryrefslogtreecommitdiff
path: root/Include/pyerrors.h
diff options
context:
space:
mode:
authorxdegaye <xdegaye@gmail.com>2017-10-26 15:09:06 +0200
committerGitHub <noreply@github.com>2017-10-26 15:09:06 +0200
commit56d1f5ca32892c7643eb8cee49c40c1644f1abfe (patch)
tree696b62e9bdd22063a894ecb5a7b9eafe60385edf /Include/pyerrors.h
parent275d2d9c4663a1ea8d1f7c8778567a735b0372c1 (diff)
downloadcpython-git-56d1f5ca32892c7643eb8cee49c40c1644f1abfe.tar.gz
bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327)
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 9418201224..f289471be2 100644
--- a/Include/pyerrors.h
+++ b/Include/pyerrors.h
@@ -220,8 +220,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;