]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103176: sys._current_exceptions() returns mapping to exception instances instead...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 11 Apr 2023 08:38:37 +0000 (09:38 +0100)
committerGitHub <noreply@github.com>
Tue, 11 Apr 2023 08:38:37 +0000 (09:38 +0100)
commit78b763f63032a7185c0905c319ead9e9b35787b6
tree065fe97b6d301d4ad35303f4bd5a347f9ecba9c7
parent8026cda10ccd3cbc7f7ff84dc6970266512961e4
gh-103176: sys._current_exceptions() returns mapping to exception instances instead of exc_info tuples (#103177)
Doc/library/sys.rst
Doc/whatsnew/3.12.rst
Lib/test/test_sys.py
Misc/NEWS.d/next/Library/2023-04-01-23-01-31.gh-issue-103176.FBsdxa.rst [new file with mode: 0644]
Python/pystate.c