[issue28293] Don't completely dump the regex cache when full

Xiang Zhang report at bugs.python.org
Wed Sep 28 01:06:30 EDT 2016


Xiang Zhang added the comment:

But with the compact dict implementation, popitem is not going to evict an arbitrary entry but always the last one. Will this cause two interchangeably used regexes always need to recompile?

----------
nosy: +xiang.zhang

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28293>
_______________________________________


More information about the Python-bugs-list mailing list