commit | 902d30752fa79fa787114b3f2cde37513909bc57 | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Wed Jan 16 19:16:27 2008 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Wed Jan 16 19:16:27 2008 +0000 |
tree | 7c6489f100a485d80b171625f937bbed11fe64dd | |
parent | 5c8b2abf71497819636474eb211655772ad1f1d8 [diff] [blame] |
Convert the internal ctypes array type cache to a WeakValueDict so that array types do not live longer than needed.
diff --git a/Misc/NEWS b/Misc/NEWS index 0be1934..0a7d00c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -364,6 +364,9 @@ Library ------- +- Convert the internal ctypes array type cache to a WeakValueDict so + that array types do not live longer than needed. + - Issue #1786: pdb should use its own stdin/stdout around an exec call and when creating a recursive instance.