]> granicus.if.org Git - python/commit
bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327)
authorxdegaye <xdegaye@gmail.com>
Thu, 26 Oct 2017 13:09:06 +0000 (15:09 +0200)
committerGitHub <noreply@github.com>
Thu, 26 Oct 2017 13:09:06 +0000 (15:09 +0200)
commit56d1f5ca32892c7643eb8cee49c40c1644f1abfe
tree696b62e9bdd22063a894ecb5a7b9eafe60385edf
parent275d2d9c4663a1ea8d1f7c8778567a735b0372c1
bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327)
Doc/whatsnew/3.7.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