]> granicus.if.org Git - python/commit
bpo-16865: Support arrays >=2GB in ctypes. (GH-3006)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 15 May 2018 05:40:27 +0000 (22:40 -0700)
committerGitHub <noreply@github.com>
Tue, 15 May 2018 05:40:27 +0000 (22:40 -0700)
commit2ce72e243fbc0e4f07f1191b20be548bfa5cbe11
treefd2e49f2ed91f14d89cfb998b23570359c33828e
parentcc598ae26447a10d1580d95b8442e8ce3c68baea
bpo-16865: Support arrays >=2GB in ctypes. (GH-3006)

(cherry picked from commit 735abadd5bd91db4a9e6f4311969b0afacca0a1a)

Co-authored-by: Segev Finer <segev208@gmail.com>
Lib/ctypes/test/test_arrays.py
Misc/NEWS.d/next/Library/2017-09-29-16-40-38.bpo-16865.l-f6I_.rst [new file with mode: 0644]
Modules/_ctypes/_ctypes.c