]> granicus.if.org Git - python/commit
[3.8] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860...
authorZackery Spytz <zspytz@gmail.com>
Fri, 7 Jun 2019 14:22:58 +0000 (08:22 -0600)
committerVictor Stinner <vstinner@redhat.com>
Fri, 7 Jun 2019 14:22:58 +0000 (16:22 +0200)
commitdd492d9c352eb0fa2bc48ea9acc47e47a7fab8a0
treec280095c1e0da148a6016ea2055f1f9f6ab1f47f
parent295fe32e393280464feef7c6fb616ea2d1e73e37
[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>
Doc/c-api/long.rst
Misc/NEWS.d/next/C API/2019-06-06-08-47-04.bpo-37170.hO_fpM.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Objects/longobject.c