]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.6] bpo-30817: Fix PyErr_PrintEx() when no memory (GH-2526). (#4107)
authorxdegaye <xdegaye@gmail.com>
Tue, 24 Oct 2017 14:42:33 +0000 (16:42 +0200)
committerGitHub <noreply@github.com>
Tue, 24 Oct 2017 14:42:33 +0000 (16:42 +0200)
commitd5d79545b73110b2f4c2b66d150409514e2ca8e0
treeda81cc88b7d37daca21b3c993f64eda0c3c2fa01
parentd8f78a1fbc0a34224289d436ad67f608fa553f0c
[3.6] bpo-30817: Fix PyErr_PrintEx() when no memory (GH-2526). (#4107)

(cherry picked from commit 66caacf2f0d6213b049a3097556e28e30440b900)
Lib/test/test_exceptions.py
Misc/NEWS.d/next/Core and Builtins/2017-07-01-15-11-13.bpo-30817.j7ZvN_.rst [new file with mode: 0644]
Python/pythonrun.c