]> granicus.if.org Git - python/commit
Fixed bpo-29565: Corrected ctypes passing of large structs by value on Windows AMD64...
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Wed, 22 Feb 2017 06:19:55 +0000 (06:19 +0000)
committerGitHub <noreply@github.com>
Wed, 22 Feb 2017 06:19:55 +0000 (06:19 +0000)
commit8fa7e22134ac9626b2188ff877f6aeecd3c9e618
tree5af5a0f4b8adb39eaf29d6642787f1f11dfc49d1
parentf802facf5605b0b88e3735456442a74055c2431b
Fixed bpo-29565: Corrected ctypes passing of large structs by value on Windows AMD64. (#168) (#221)

Fixed bpo-29565: Corrected ctypes passing of large structs by value.
(cherry picked from commit a86339b83fbd0932e0529a3c91935e997a234582)
Lib/ctypes/test/test_callbacks.py
Lib/ctypes/test/test_structures.py
Modules/_ctypes/_ctypes_test.c
Modules/_ctypes/libffi_msvc/ffi.c