]> granicus.if.org Git - python/commit
bpo-36285: Fix integer overflow in the array module. (GH-12317)
authorsth <sth.dev@tejp.de>
Wed, 20 Mar 2019 19:49:39 +0000 (20:49 +0100)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 20 Mar 2019 19:49:39 +0000 (21:49 +0200)
commitaa3ecb80416958eb6fe8cc1b0dfbbfdfbcccead1
treeb721a2dbf84b8f8da54eb804e321a2a25f7d18ea
parentc1e2c288f41cdc1c6e6e09d9a5277a58232ceb03
bpo-36285: Fix integer overflow in the array module. (GH-12317)
Lib/test/test_array.py
Misc/NEWS.d/next/Library/2019-03-14-01-09-59.bpo-36285.G-usj8.rst [new file with mode: 0644]
Modules/arraymodule.c