]> granicus.if.org Git - python/commit
[3.6] bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327). (#4135)
authorxdegaye <xdegaye@gmail.com>
Thu, 26 Oct 2017 15:48:48 +0000 (17:48 +0200)
committerGitHub <noreply@github.com>
Thu, 26 Oct 2017 15:48:48 +0000 (17:48 +0200)
commit4b27d51222be751125e6800453a39360a2dec11d
treec41987cae0bf6f909eb7fb0b454a8746912b2403
parentd94ef8fe94ed192a24a71117c07e6c7b60a8ac6c
[3.6] bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327). (#4135)

(cherry picked from commit 56d1f5ca32892c7643eb8cee49c40c1644f1abfe)
Doc/whatsnew/3.6.rst
Include/pyerrors.h
Lib/test/test_exceptions.py
Misc/NEWS.d/next/C API/2017-06-30-11-58-01.bpo-30697.Q3T_8n.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Objects/exceptions.c
PC/python3.def
Python/errors.c