]> granicus.if.org Git - python/commit
bpo-30353: Fix pass by value for structs on 64-bit Cygwin/MinGW (GH-1559)
authorErik Bray <erik.m.bray@gmail.com>
Wed, 7 Jun 2017 17:42:24 +0000 (18:42 +0100)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Wed, 7 Jun 2017 17:42:24 +0000 (18:42 +0100)
commit9ba3aa4d02a110d1a1ea464a8aff3be7dd9c63c3
treeb9ffda17e8b2462c8a859531b645c79a473055f2
parent897bba75632dfce87c355e3cd4700468357715a7
bpo-30353: Fix pass by value for structs on 64-bit Cygwin/MinGW (GH-1559)
Lib/ctypes/test/test_as_parameter.py
Lib/ctypes/test/test_structures.py
Modules/_ctypes/_ctypes_test.c
Modules/_ctypes/callproc.c