]> 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>
Wed, 9 May 2018 22:27:59 +0000 (15:27 -0700)
committerGitHub <noreply@github.com>
Wed, 9 May 2018 22:27:59 +0000 (15:27 -0700)
commit8ac158a6dfb86880e22003afe0ff39ec31b0a094
tree0c939d34c76755f0020406e8d096180d70cd38cf
parentfa40fc0593012893e447875632e9ed3df277561f
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