]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112217: Add check to call result for `do_raise()` where cause is a type. (#112216)
authorapaz <aarpazdera@gmail.com>
Mon, 27 Nov 2023 21:13:27 +0000 (15:13 -0600)
committerGitHub <noreply@github.com>
Mon, 27 Nov 2023 21:13:27 +0000 (21:13 +0000)
commit8f71b349de1ff2b11223ff7a8241c62a5a932339
tree8a82a58f300111f34a538f8df22e6c9e82409f53
parent4dcfd02bed0d7958703ef44baa79a4a98475be2e
gh-112217: Add check to call result for `do_raise()` where cause is a type. (#112216)
Lib/test/test_raise.py
Misc/NEWS.d/next/Core and Builtins/2023-11-27-18-55-30.gh-issue-112217.SwFLMj.rst [new file with mode: 0644]
Python/ceval.c