]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36504: Fix signed integer overflow in _ctypes.c's PyCArrayType_new(). (GH-12660)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 3 Apr 2019 17:55:26 +0000 (10:55 -0700)
committerGitHub <noreply@github.com>
Wed, 3 Apr 2019 17:55:26 +0000 (10:55 -0700)
commit9c08eeb30ca0e551323467b62ae40e08e30839b3
treea38beb6730b74f4a892b28a716d248c18f75641a
parentef516d11c1a0f885dba0aba8cf5366502077cdd4
bpo-36504: Fix signed integer overflow in _ctypes.c's PyCArrayType_new(). (GH-12660)

(cherry picked from commit 487b73ab39c80157474821ef9083f51e0846bd62)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Lib/ctypes/test/test_arrays.py
Misc/NEWS.d/next/Core and Builtins/2019-04-02-04-10-32.bpo-36504.k_V8Bm.rst [new file with mode: 0644]
Modules/_ctypes/_ctypes.c