]> granicus.if.org Git - python/commit
bpo-30817: Fix PyErr_PrintEx() when no memory (#2526)
authorxdegaye <xdegaye@gmail.com>
Mon, 23 Oct 2017 16:08:41 +0000 (18:08 +0200)
committerGitHub <noreply@github.com>
Mon, 23 Oct 2017 16:08:41 +0000 (18:08 +0200)
commit66caacf2f0d6213b049a3097556e28e30440b900
tree8485c0ccc79d52485f59529370bd71d30be798c6
parent4ffd4653a7ec9c97775472276cf5e159e2366bb2
bpo-30817: Fix PyErr_PrintEx() when no memory (#2526)
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