]> granicus.if.org Git - python/commit
bpo-37188: Fix a divide-by-zero in arrays of size-0 objects (#13881)
authorEric Wieser <wieser.eric@gmail.com>
Fri, 7 Jun 2019 08:13:26 +0000 (01:13 -0700)
committerStefan Krah <skrah@bytereef.org>
Fri, 7 Jun 2019 08:13:26 +0000 (10:13 +0200)
commit0690c79c419b8d2bdfe7c5b6dca57b018f5a5a54
treec97f618f70df6cf7d9bba176f732995441858dd2
parent554450fb4e95066e825bdb4a2d544a490daeebdc
bpo-37188: Fix a divide-by-zero in arrays of size-0 objects (#13881)
Lib/ctypes/test/test_arrays.py
Modules/_ctypes/_ctypes.c