]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19437: Fix error handling of CDataType_from_buffer()
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 18 Nov 2013 17:35:55 +0000 (18:35 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 18 Nov 2013 17:35:55 +0000 (18:35 +0100)
commit2399ad51d435495636106ce2695712499983a715
treeaef5c4019580ff18b9aa89b39553b22208849a66
parented4a1c57034d53bf217d64a771208d372ad9e1a5
Issue #19437: Fix error handling of CDataType_from_buffer()

KeepRef() decreases the reference counter of its 'keep' parameter on error
Modules/_ctypes/_ctypes.c