]> 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:21:17 +0000 (06:21 +0000)
committerGitHub <noreply@github.com>
Wed, 22 Feb 2017 06:21:17 +0000 (06:21 +0000)
commit3cc5817cfaf5663645f4ee447eaed603d2ad290a
tree34797bd494eb8e1a2a77bdee100c682fb8055362
parentb067a5eef7fdf69264d3578654996fc3755df4ea
Fixed bpo-29565: Corrected ctypes passing of large structs by value on Windows AMD64. (#168) (#220)

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