[Python-checkins] [python/cpython] 3cc581: Fixed bpo-29565: Corrected ctypes passing of large...

GitHub noreply at github.com
Wed Feb 22 01:21:19 EST 2017


  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 (Wed, 22 Feb 2017)

  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)




More information about the Python-checkins mailing list