]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18408: Fix ConvParam() of the ctypes module to handle paramfunc failure
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 8 Jul 2013 22:27:12 +0000 (00:27 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 8 Jul 2013 22:27:12 +0000 (00:27 +0200)
commit3f15cf0961946702c87e09bc312b2bfec39654b6
treebc015898d9fca1ba99add897891b7023ac17a02f
parent78094ac53eff9bb9a2efadd1b03d8175d773afcd
Issue #18408: Fix ConvParam() of the ctypes module to handle paramfunc failure
(MemoryError).
Modules/_ctypes/callproc.c