cpython/Modules/_ctypes
Vinay Sajip 9dbf5d3bc2
[3.7] bpo-16575: Disabled checks for union types being passed by value. (GH-17960) (GH-17970)
Although the underlying libffi issue remains open, adding these
checks have caused problems in third-party projects which are in
widespread use. See the issue for examples.

The corresponding tests have also been skipped.
(cherry picked from commit c12440c371)
2020-01-12 20:55:54 +00:00
..
darwin
libffi_msvc [3.7] bpo-34906: Doc: Fix typos (2) (GH-9735) 2018-10-10 15:39:17 +02:00
libffi_osx
_ctypes.c [3.7] bpo-16575: Disabled checks for union types being passed by value. (GH-17960) (GH-17970) 2020-01-12 20:55:54 +00:00
_ctypes_test.c [3.7] bpo-16576: Add checks for bitfields passed by value to functions. (GH-17097) (GH-17224) 2019-11-21 21:47:22 +00:00
_ctypes_test.h
callbacks.c Fix calling order of PyEval_InitThreads. (GH-5833) 2019-09-10 15:37:34 +01:00
callproc.c bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (GH-14462) 2019-09-09 02:56:03 -07:00
cfield.c
ctypes.h [3.7] bpo-16575: Add checks for unions passed by value to functions. (GH-16799) (GH-17017) 2019-10-31 14:15:04 +00:00
ctypes_dlfcn.h
malloc_closure.c [3.7] bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264). (GH-12322) 2019-03-14 10:47:27 +02:00
stgdict.c [3.7] bpo-16575: Add checks for unions passed by value to functions. (GH-16799) (GH-17017) 2019-10-31 14:15:04 +00:00