diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-08-09 10:47:46 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-08-09 10:47:46 (GMT) |
commit | aba74bddd69f98217e6148e117aec0d607f1d7f7 (patch) | |
tree | 8b4118129aee983ca860feefcfcfbcdb6929677b /Misc | |
parent | f2de1ffc88b9797fd65cef97ec4abac41764ba8b (diff) | |
download | cpython-aba74bddd69f98217e6148e117aec0d607f1d7f7.zip cpython-aba74bddd69f98217e6148e117aec0d607f1d7f7.tar.gz cpython-aba74bddd69f98217e6148e117aec0d607f1d7f7.tar.bz2 |
Revert r83877 in order to fix compilation
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -697,8 +697,8 @@ Library - The default size of the re module's compiled regular expression cache has been increased from 100 to 500 and the cache replacement policy has changed from - simply clearing the entire cache on overflow to forgetting the least recently - used cached compiled regular expressions. This is a performance win for + simply clearing the entire cache on overflow to randomly forgetting 20% of the + existing cached compiled regular expressions. This is a performance win for applications that use a lot of regular expressions and limits the impact of the performance hit anytime the cache is exceeded. |