]> 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:55:52 +0000 (22:55 -0700)
committerGitHub <noreply@github.com>
Tue, 15 May 2018 05:55:52 +0000 (22:55 -0700)
commit726894addc02effaa369fded3caaba94875c1f3d
tree0dff9eb1fbc4a2786284f4287fe54b60a9e23d8c
parent295465dc2963d2d9c4bc6241a80e0f1fa73e1f9c
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