diff options
author | Vladimir Matveev <v2matveev@outlook.com> | 2018-09-16 05:36:29 (GMT) |
---|---|---|
committer | Victor Stinner <vstinner@redhat.com> | 2018-09-16 05:36:29 (GMT) |
commit | 7843caeb909bd907e903606414e238db4082315a (patch) | |
tree | 92d45753687dc2e26bea648ce2ba045e4e8e6c4a /Misc | |
parent | 10a428b64b3f224e2ccd40ff2afb141b9b3425b1 (diff) | |
download | cpython-7843caeb909bd907e903606414e238db4082315a.zip cpython-7843caeb909bd907e903606414e238db4082315a.tar.gz cpython-7843caeb909bd907e903606414e238db4082315a.tar.bz2 |
bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2018-09-13-08-29-04.bpo-34603.2AB7sc.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2018-09-13-08-29-04.bpo-34603.2AB7sc.rst b/Misc/NEWS.d/next/Windows/2018-09-13-08-29-04.bpo-34603.2AB7sc.rst new file mode 100644 index 0000000..86ae1cd --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2018-09-13-08-29-04.bpo-34603.2AB7sc.rst @@ -0,0 +1 @@ +Fix returning structs from functions produced by MSVC |