]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-47057: Use FASTCALL convention for FutureIter.throw() (GH-31973)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Sat, 19 Mar 2022 12:01:46 +0000 (14:01 +0200)
committerGitHub <noreply@github.com>
Sat, 19 Mar 2022 12:01:46 +0000 (14:01 +0200)
commit0a8b8e0d262eae83ffbc6b414a1f5747cdbd1d88
tree1996154054c82e6c2f3d2b0bdfbb4893cbe7f7a4
parent77473846439b8a3eae66de1a1cfe931619f38513
bpo-47057: Use FASTCALL convention for FutureIter.throw() (GH-31973)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Misc/NEWS.d/next/Library/2022-03-18-14-22-38.bpo-47057.n-IHbt.rst [new file with mode: 0644]
Modules/_asynciomodule.c