]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19437: Fix GetKeepedObjects() of ctypes, handle PyCData_GetContainer()
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 13 Nov 2013 12:24:50 +0000 (13:24 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 13 Nov 2013 12:24:50 +0000 (13:24 +0100)
commit588544d186f35ce2d4881351c767954c5b3c4b4a
tree2175500985ee9aea279baff4c6811bd87a5ccf6c
parent7184366dab673f640bd0cb5eedc8643176300dff
Issue #19437: Fix GetKeepedObjects() of ctypes, handle PyCData_GetContainer()
failure
Modules/_ctypes/_ctypes.c