]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 16 Sep 2018 05:57:46 +0000 (22:57 -0700)
committerGitHub <noreply@github.com>
Sun, 16 Sep 2018 05:57:46 +0000 (22:57 -0700)
commite53632019816749ffd5be0afab2a99d744dbbe35
tree3249d439260af52845564254c957b25b9f3c9c16
parent03d8e7c02ddf79ca4a9ef2c9674d4ee2dec7c3c2
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