[issue27932] platform.win32_ver() leaks in 2.7.12

STINNER Victor report at bugs.python.org
Sun Sep 11 04:15:52 EDT 2016


STINNER Victor added the comment:

> pointer-type cache grows without bound

Maybe we should also fix ctypes to use an LRU cache like
@functools.lru_cache? A cache without limit doesn't seem like a good
idea.

----------

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


More information about the Python-bugs-list mailing list