cpython/Lib/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
..
macholib bpo-36820: Break unnecessary cycle in socket.py, codeop.py and dyld.py (GH-13135) 2019-12-06 07:01:31 -08:00
test [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
__init__.py bpo-19865: ctypes.create_unicode_buffer() supports non-BMP strings on Windows (GH-14081) 2019-06-14 09:30:27 -07:00
_aix.py bpo-34558: Add missing parentheses in _aix.py (GH-9017) 2018-08-31 22:46:32 -04:00
_endian.py
util.py bpo-33281: Fix ctypes.util.find_library regression on macOS (GH-6625) (GH-6680) 2018-05-01 22:51:31 -04:00
wintypes.py