]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110912: Correctly display tracebacks for MemoryError exceptions using the tracebac...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Mon, 16 Oct 2023 14:39:23 +0000 (15:39 +0100)
committerGitHub <noreply@github.com>
Mon, 16 Oct 2023 14:39:23 +0000 (15:39 +0100)
commitb3c9faf056e7d642785a8cfd53d1184b37a74a69
treec5b28ce7d3739b7968cd00465feb7683dc1f6961
parentbad7a35055dbe9e6297110eb8c72eb8edfefd42d
gh-110912: Correctly display tracebacks for MemoryError exceptions using the traceback module (#110921)
Lib/test/test_traceback.py
Misc/NEWS.d/next/Core and Builtins/2023-10-16-12-12-48.gh-issue-110912.uEJGi_.rst [new file with mode: 0644]
Python/pythonrun.c