[Python-checkins] [python/cpython] 9ba3aa: bpo-30353: Fix pass by value for structs on 64-bit...

GitHub noreply at github.com
Wed Jun 7 13:42:26 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 9ba3aa4d02a110d1a1ea464a8aff3be7dd9c63c3
      https://github.com/python/cpython/commit/9ba3aa4d02a110d1a1ea464a8aff3be7dd9c63c3
  Author: Erik Bray <erik.m.bray at gmail.com>
  Date:   2017-06-07 (Wed, 07 Jun 2017)

  Changed paths:
    M Lib/ctypes/test/test_as_parameter.py
    M Lib/ctypes/test/test_structures.py
    M Modules/_ctypes/_ctypes_test.c
    M Modules/_ctypes/callproc.c

  Log Message:
  -----------
  bpo-30353: Fix pass by value for structs on 64-bit Cygwin/MinGW (GH-1559)




More information about the Python-checkins mailing list