summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-03-08 15:28:53 (GMT)
committerNed Deily <nad@python.org>2018-03-08 15:28:53 (GMT)
commit2f3ba27185a369bcb6b36b13aa3518ffcc970ffa (patch)
tree4641cf1f2cacd12deefc39c009997c08e9339bb7 /Misc
parent15425cf2456d816ad25723471375199277887de6 (diff)
downloadcpython-2f3ba27185a369bcb6b36b13aa3518ffcc970ffa.zip
cpython-2f3ba27185a369bcb6b36b13aa3518ffcc970ffa.tar.gz
cpython-2f3ba27185a369bcb6b36b13aa3518ffcc970ffa.tar.bz2
[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>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2018-03-08-09-54-01.bpo-30353.XdE5aM.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-03-08-09-54-01.bpo-30353.XdE5aM.rst b/Misc/NEWS.d/next/Library/2018-03-08-09-54-01.bpo-30353.XdE5aM.rst
new file mode 100644
index 0000000..ddb625c
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-03-08-09-54-01.bpo-30353.XdE5aM.rst
@@ -0,0 +1 @@
+Fix ctypes pass-by-value for structs on 64-bit Cygwin/MinGW.