]> granicus.if.org Git - python/commit
bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data type...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 26 May 2018 18:39:52 +0000 (11:39 -0700)
committerGitHub <noreply@github.com>
Sat, 26 May 2018 18:39:52 +0000 (11:39 -0700)
commite60f6e1864d80d80f8928afadec617d161a64150
tree17dadb90364787399da49fffeb7094dae89a990b
parentd49862582ed3513debed6e919fd4f92e9d4eebbd
bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data type (GH-3859)

(cherry picked from commit d518d8bc8d5dac1a1270612f424d33e0e5afc2b5)

Co-authored-by: Oren Milman <orenmn@gmail.com>
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