diff options
author | R. David Murray <rdmurray@bitdance.com> | 2010-07-09 12:23:21 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2010-07-09 12:23:21 (GMT) |
commit | ea340a317a412148333c4c48807efc3af18ae4b4 (patch) | |
tree | d55f9db8eaa857d0d76df7f97baf849c1c47d06d /Misc/NEWS | |
parent | facb0e9a764679d9a1bb76246a9c06d6f136602c (diff) | |
download | cpython-ea340a317a412148333c4c48807efc3af18ae4b4.zip cpython-ea340a317a412148333c4c48807efc3af18ae4b4.tar.gz cpython-ea340a317a412148333c4c48807efc3af18ae4b4.tar.bz2 |
7846: limit fnmatch pattern cache to _MAXCACHE=100 entries.
Patch by Andrew Clegg.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -470,6 +470,8 @@ C-API Library ------- +- Issue #7646: The fnmatch pattern cache no longer grows without bound. + - Issue #9136: Fix 'dictionary changed size during iteration' RuntimeError produced when profiling the decimal module. This was due to a dangerous iteration over 'locals()' in Context.__init__. |