]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46328: Add sys.exception() (GH-30514)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 13 Jan 2022 12:35:58 +0000 (12:35 +0000)
committerGitHub <noreply@github.com>
Thu, 13 Jan 2022 12:35:58 +0000 (12:35 +0000)
commitc590b581bba517f81ced2e6f531ccc9e2e22eab5
treef3c49f2fa4a5eb43d403be8d8a811ebfc11f33fe
parent9c2ebb906d1c68c3d571b100c92ceb08805b94cd
bpo-46328: Add sys.exception() (GH-30514)
Doc/library/sys.rst
Doc/tutorial/errors.rst
Doc/whatsnew/3.11.rst
Lib/test/test_sys.py
Misc/NEWS.d/next/Library/2022-01-10-11-53-15.bpo-46328.6i9Wvq.rst [new file with mode: 0644]
Python/clinic/sysmodule.c.h
Python/sysmodule.c