This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author malin
Recipients malin, methane, rhettinger
Date 2019-03-30.03:11:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553915516.75.0.507272934236.issue36482@roundup.psfhosted.org>
In-reply-to
Content
FYI, re module's cache is using FIFO policy:

https://github.com/python/cpython/blob/v3.8.0a3/Lib/re.py#L288-L293
History
Date User Action Args
2019-03-30 03:11:56malinsetrecipients: + malin, rhettinger, methane
2019-03-30 03:11:56malinsetmessageid: <1553915516.75.0.507272934236.issue36482@roundup.psfhosted.org>
2019-03-30 03:11:56malinlinkissue36482 messages
2019-03-30 03:11:56malincreate