Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 3cc5817cfaf5663645f4ee447eaed603d2ad290a https://github.com/python/cpython/commit/3cc5817cfaf5663645f4ee447eaed603d2ad290a Author: Vinay Sajip <vinay_sajip at yahoo.co.uk> Date: 2017年02月22日 (2017年2月22日) Changed paths: M Lib/ctypes/test/test_callbacks.py M Lib/ctypes/test/test_structures.py M Modules/_ctypes/_ctypes_test.c M Modules/_ctypes/libffi_msvc/ffi.c Log Message: ----------- 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)