summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2022-03-19 12:01:46 (GMT)
committerGitHub <noreply@github.com>2022-03-19 12:01:46 (GMT)
commit0a8b8e0d262eae83ffbc6b414a1f5747cdbd1d88 (patch)
tree1996154054c82e6c2f3d2b0bdfbb4893cbe7f7a4 /Misc
parent77473846439b8a3eae66de1a1cfe931619f38513 (diff)
downloadcpython-0a8b8e0d262eae83ffbc6b414a1f5747cdbd1d88.zip
cpython-0a8b8e0d262eae83ffbc6b414a1f5747cdbd1d88.tar.gz
cpython-0a8b8e0d262eae83ffbc6b414a1f5747cdbd1d88.tar.bz2
bpo-47057: Use FASTCALL convention for FutureIter.throw() (GH-31973)
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2022-03-18-14-22-38.bpo-47057.n-IHbt.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-03-18-14-22-38.bpo-47057.n-IHbt.rst b/Misc/NEWS.d/next/Library/2022-03-18-14-22-38.bpo-47057.n-IHbt.rst
new file mode 100644
index 0000000..b404b45
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-03-18-14-22-38.bpo-47057.n-IHbt.rst
@@ -0,0 +1 @@
+Use FASTCALL convention for ``FutureIter.throw()``