]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46510: Add missing test for types.TracebackType/FrameType. Calculate them directl...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 25 Jan 2022 18:00:57 +0000 (18:00 +0000)
committerGitHub <noreply@github.com>
Tue, 25 Jan 2022 18:00:57 +0000 (18:00 +0000)
commitec7c17ea236f71c8376abcc2930a7c857d417966
tree595522db57eb3ed91c0666fa979b76e4d374b86c
parentd69d3d8b2fec501e51309221fb1fa4622c8a3db3
bpo-46510: Add missing test for types.TracebackType/FrameType. Calculate them directly from the caught exception. (GH-30880)
Lib/test/test_types.py
Lib/types.py
Misc/NEWS.d/next/Library/2022-01-25-10-59-41.bpo-46510.PM5svI.rst [new file with mode: 0644]