]> granicus.if.org Git - python/commit
Convert the internal ctypes array type cache to a WeakValueDict so
authorThomas Heller <theller@ctypes.org>
Wed, 16 Jan 2008 19:16:27 +0000 (19:16 +0000)
committerThomas Heller <theller@ctypes.org>
Wed, 16 Jan 2008 19:16:27 +0000 (19:16 +0000)
commit902d30752fa79fa787114b3f2cde37513909bc57
tree7c6489f100a485d80b171625f937bbed11fe64dd
parent5c8b2abf71497819636474eb211655772ad1f1d8
Convert the internal ctypes array type cache to a WeakValueDict so
that array types do not live longer than needed.
Lib/ctypes/test/test_arrays.py
Misc/NEWS
Modules/_ctypes/_ctypes.c