summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API
diff options
context:
space:
mode:
authorZackery Spytz <zspytz@gmail.com>2019-06-07 14:22:58 (GMT)
committerVictor Stinner <vstinner@redhat.com>2019-06-07 14:22:58 (GMT)
commitdd492d9c352eb0fa2bc48ea9acc47e47a7fab8a0 (patch)
treec280095c1e0da148a6016ea2055f1f9f6ab1f47f /Misc/NEWS.d/next/C API
parent295fe32e393280464feef7c6fb616ea2d1e73e37 (diff)
downloadcpython-dd492d9c352eb0fa2bc48ea9acc47e47a7fab8a0.zip
cpython-dd492d9c352eb0fa2bc48ea9acc47e47a7fab8a0.tar.gz
cpython-dd492d9c352eb0fa2bc48ea9acc47e47a7fab8a0.tar.bz2
[3.8] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860) (GH-13891)
(cherry picked from commit dc2476500d91082f0c907772c83a044bf49af279) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Diffstat (limited to 'Misc/NEWS.d/next/C API')
-rw-r--r--Misc/NEWS.d/next/C API/2019-06-06-08-47-04.bpo-37170.hO_fpM.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C API/2019-06-06-08-47-04.bpo-37170.hO_fpM.rst b/Misc/NEWS.d/next/C API/2019-06-06-08-47-04.bpo-37170.hO_fpM.rst
new file mode 100644
index 0000000..7a35c95
--- /dev/null
+++ b/Misc/NEWS.d/next/C API/2019-06-06-08-47-04.bpo-37170.hO_fpM.rst
@@ -0,0 +1 @@
+Fix the cast on error in :c:func:`PyLong_AsUnsignedLongLongMask()`.