summaryrefslogtreecommitdiff
path: root/PC
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 /PC
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 'PC')
-rw-r--r--PC/python3.def1
1 files changed, 0 insertions, 1 deletions
diff --git a/PC/python3.def b/PC/python3.def
index ff70718fc3..4fc4a6814e 100644
--- a/PC/python3.def
+++ b/PC/python3.def
@@ -224,7 +224,6 @@ EXPORTS
PyExc_PermissionError=python36.PyExc_PermissionError DATA
PyExc_ProcessLookupError=python36.PyExc_ProcessLookupError DATA
PyExc_RecursionError=python36.PyExc_RecursionError DATA
- PyExc_RecursionErrorInst=python36.PyExc_RecursionErrorInst DATA
PyExc_ReferenceError=python36.PyExc_ReferenceError DATA
PyExc_ResourceWarning=python36.PyExc_ResourceWarning DATA
PyExc_RuntimeError=python36.PyExc_RuntimeError DATA