[issue13380] ctypes: add an internal function for reseting the ctypes caches

Meador Inge report at bugs.python.org
Tue Nov 15 04:20:09 CET 2011


Meador Inge <meadori at gmail.com> added the comment:

> - you duplicated the part with "CFUNCTYPE(c_int)(lambda: None)" without 
> removing the original chunk of code
> - some platforms can't compile ctypes, you must handle that case in 
> regrtest

Both fixed.  Thanks for the review.  Second patch attached.

----------
Added file: http://bugs.python.org/file23689/ctypes-reset-cache-2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13380>
_______________________________________


More information about the Python-bugs-list mailing list