]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45711: Change exc_info related APIs to derive type and traceback from the excepti...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 30 Nov 2021 22:37:04 +0000 (22:37 +0000)
committerGitHub <noreply@github.com>
Tue, 30 Nov 2021 22:37:04 +0000 (22:37 +0000)
commit8a45ca542a65ea27e7acaa44a4c833a27830e796
tree8cc5563159c3c11b88d0f9c9b9164ed21a9d9e7f
parentaf8c8caaf5e07c02202d736a31f6a2f7e27819b8
bpo-45711: Change exc_info related APIs to derive type and traceback from the exception instance (GH-29780)
Doc/c-api/exceptions.rst
Doc/library/sys.rst
Doc/reference/simple_stmts.rst
Doc/whatsnew/3.11.rst
Misc/NEWS.d/next/Core and Builtins/2021-11-25-17-51-29.bpo-45711.D2igmz.rst [new file with mode: 0644]
Python/ceval.c
Python/errors.c