]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-87822: Make traceback module robust to exceptions from repr() of local values...
authorSimon-Martin Schröder <martin.schroeder@nerdluecht.de>
Mon, 11 Jul 2022 09:14:15 +0000 (11:14 +0200)
committerGitHub <noreply@github.com>
Mon, 11 Jul 2022 09:14:15 +0000 (10:14 +0100)
commit46fc584b00f2ccee5b77d8fc525881def8670a02
treed8b899911c740c27a46423686b444870cbfc1e90
parentda717519ecd17bf6c7ed334c12ff861f63b0f14f
gh-87822: Make traceback module robust to exceptions from repr() of local values (GH-94691)
Doc/library/traceback.rst
Lib/test/test_traceback.py
Lib/traceback.py
Misc/ACKS
Misc/NEWS.d/next/Library/2022-07-08-17-49-12.gh-issue-87822.F9dzkf.rst [new file with mode: 0644]