Files
cpython/Modules/arraymodule.c
WildCard65 1d3dad5f96 bpo-41085: Fix array.array.index() on 64-bit Windows (GH-21071)
Fix integer overflow in the :meth:`array.array.index` method on 64-bit Windows
for index larger than ``2**31``.
2020-06-23 15:21:16 +02:00

86 KiB