]> granicus.if.org Git - python/commit
[3.6] bpo-30353: Fix pass by value for structs on 64-bit Cygwin/MinGW (GH-1559) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 8 Mar 2018 15:28:53 +0000 (07:28 -0800)
committerNed Deily <nad@python.org>
Thu, 8 Mar 2018 15:28:53 +0000 (10:28 -0500)
commit2f3ba27185a369bcb6b36b13aa3518ffcc970ffa
tree4641cf1f2cacd12deefc39c009997c08e9339bb7
parent15425cf2456d816ad25723471375199277887de6
[3.6] bpo-30353: Fix pass by value for structs on 64-bit Cygwin/MinGW (GH-1559) (GH-5954)

(cherry picked from commit 9ba3aa4d02a110d1a1ea464a8aff3be7dd9c63c3)

Co-authored-by: Erik Bray <erik.m.bray@gmail.com>
Lib/ctypes/test/test_as_parameter.py
Lib/ctypes/test/test_structures.py
Misc/NEWS.d/next/Library/2018-03-08-09-54-01.bpo-30353.XdE5aM.rst [new file with mode: 0644]
Modules/_ctypes/_ctypes_test.c
Modules/_ctypes/callproc.c