]> granicus.if.org Git - python/commit
7846: limit fnmatch pattern cache to _MAXCACHE=100 entries.
authorR. David Murray <rdmurray@bitdance.com>
Fri, 9 Jul 2010 12:23:21 +0000 (12:23 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Fri, 9 Jul 2010 12:23:21 +0000 (12:23 +0000)
commitea340a317a412148333c4c48807efc3af18ae4b4
treed55f9db8eaa857d0d76df7f97baf849c1c47d06d
parentfacb0e9a764679d9a1bb76246a9c06d6f136602c
7846: limit fnmatch pattern cache to _MAXCACHE=100 entries.

Patch by Andrew Clegg.
Lib/fnmatch.py
Lib/test/test_fnmatch.py
Misc/ACKS
Misc/NEWS