]> granicus.if.org Git - python/commit
bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data type...
authorOren Milman <orenmn@gmail.com>
Wed, 9 May 2018 21:38:56 +0000 (00:38 +0300)
committerSteve Dower <steve.dower@microsoft.com>
Wed, 9 May 2018 21:38:56 +0000 (14:38 -0700)
commitd518d8bc8d5dac1a1270612f424d33e0e5afc2b5
treeb532e2e0677ccb8106a20e0c10411fc84c1e14c5
parent8cf4b34b3665b8bb39ea7111e6b5c3410899d3e4
bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data type (GH-3859)
Lib/ctypes/test/test_cast.py
Misc/NEWS.d/next/Core and Builtins/2017-10-02-21-02-14.bpo-21983.UoC319.rst [new file with mode: 0644]
Modules/_ctypes/_ctypes.c