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 methane
Recipients ezio.melotti, methane, mrabarnett, rhettinger, serhiy.storchaka, vstinner
Date 2017-12-18.09:44:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513590295.5.0.213398074469.issue32338@psf.upfronthosting.co.za>
In-reply-to
Content
* del cache[next(iter(cache))] happens only when sre.compile() is called.
* del cache[next(iter(cache))] is much faster than sre.compile().

OK, performance difference is negligible, surely.
History
Date User Action Args
2017-12-18 09:44:55methanesetrecipients: + methane, rhettinger, vstinner, ezio.melotti, mrabarnett, serhiy.storchaka
2017-12-18 09:44:55methanesetmessageid: <1513590295.5.0.213398074469.issue32338@psf.upfronthosting.co.za>
2017-12-18 09:44:55methanelinkissue32338 messages
2017-12-18 09:44:55methanecreate