]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258) 9346/head
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 16 Sep 2018 05:53:13 +0000 (22:53 -0700)
committerGitHub <noreply@github.com>
Sun, 16 Sep 2018 05:53:13 +0000 (22:53 -0700)
commite3f6aa7fe48b91f4ff619b2a51d473249d620bcb
tree838a8d288879421c2295677d2eb5a1070446e095
parent51dbae867e82014f9af89662977e4981463c51e8
bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258)

(cherry picked from commit 7843caeb909bd907e903606414e238db4082315a)

Co-authored-by: Vladimir Matveev <v2matveev@outlook.com>
Lib/ctypes/test/test_win32.py
Misc/NEWS.d/next/Windows/2018-09-13-08-29-04.bpo-34603.2AB7sc.rst [new file with mode: 0644]
Modules/_ctypes/_ctypes_test.c
Modules/_ctypes/callproc.c
Modules/_ctypes/libffi_msvc/ffi.c
Modules/_ctypes/libffi_msvc/ffi.h
Modules/_ctypes/libffi_msvc/prep_cif.c