]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37188: Fix a divide-by-zero in arrays of size-0 objects (GH-13881) (#13882)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 7 Jun 2019 08:34:14 +0000 (01:34 -0700)
committerStefan Krah <skrah@bytereef.org>
Fri, 7 Jun 2019 08:34:14 +0000 (10:34 +0200)
commit8f0bbbdcae73f275faff90cc4559f6111116f001
tree47506daf7f147301e049066def24354b96c008c3
parent685b806549cc956aeeb3a57fe15ee5a4d1704aed
bpo-37188: Fix a divide-by-zero in arrays of size-0 objects (GH-13881) (#13882)
Lib/ctypes/test/test_arrays.py
Modules/_ctypes/_ctypes.c