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

Antoine Pitrou report at bugs.python.org
Sun Nov 13 00:48:35 CET 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

Two things:
- 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

Otherwise, good idea.

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list