bpo-28293: The regex cache no longer completely dump when full. by serhiy-storchaka · Pull Request #3768 · python/cpython (original) (raw)
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry that I'm late to the game in reviewing this, and thanks for fixing this. One comment, should this be
_cache.popitem(last=False)
for readability? (I think if history had been different, we would have made that a keyword-only argument.)