]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-93252: Fix error handling for failed Python calls (GH-94693)
authorBrandt Bucher <brandtbucher@microsoft.com>
Sat, 9 Jul 2022 01:52:26 +0000 (18:52 -0700)
committerGitHub <noreply@github.com>
Sat, 9 Jul 2022 01:52:26 +0000 (18:52 -0700)
commit8a285df806816805484fed36dce5fd5b77a215a6
tree1316ddfdbdeb547a7964106ac5f3a432bb957687
parent4bed0db7c222f8df1b4e31107c0305214caf3f56
GH-93252: Fix error handling for failed Python calls (GH-94693)
Lib/test/test_call.py
Misc/NEWS.d/next/Core and Builtins/2022-07-08-11-44-45.gh-issue-93252.i2358c.rst [new file with mode: 0644]
Python/ceval.c