]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19437: Fix Array_subscript() of ctypes, handle Array_item() failure
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Oct 2013 15:05:14 +0000 (16:05 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Oct 2013 15:05:14 +0000 (16:05 +0100)
commit6decccdafe5bff96a5fff0f553dfd02bb5f8a589
tree3b7802b9450e9b812120726014b8016c6460d384
parentdb816d65464051ffa1aa2cce59dc7df721bbe873
Issue #19437: Fix Array_subscript() of ctypes, handle Array_item() failure
Modules/_ctypes/_ctypes.c