]> granicus.if.org Git - python/commit
bpo-36504: Fix signed integer overflow in _ctypes.c's PyCArrayType_new(). (GH-12660)
authorZackery Spytz <zspytz@gmail.com>
Tue, 2 Apr 2019 10:47:51 +0000 (04:47 -0600)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 2 Apr 2019 10:47:51 +0000 (13:47 +0300)
commit487b73ab39c80157474821ef9083f51e0846bd62
tree48d07ecac9d6821a21a0546dab8ba1cad3997dda
parentb8311cf5e5d72f8a8aa688b7da1760d6a74a4d72
bpo-36504: Fix signed integer overflow in _ctypes.c's PyCArrayType_new(). (GH-12660)
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