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 vstinner
Recipients ethan.furman, gregory.p.smith, gvanrossum, ned.deily, python-dev, rhettinger, serhiy.storchaka, terry.reedy, vinay.sajip, vstinner, wolma
Date 2016-11-14.11:54:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479124454.99.0.396951323574.issue28637@psf.upfronthosting.co.za>
In-reply-to
Content
Ethan Furman: "Does this mean we can put enum back in re?"

I checked manually: adding "import enum" to Lib/re.py has no more impact on "python_startup" benchmark.


Guido van Rossum: "Honestly now the basic startup time is under control I am fine with restoring the re enum. We can optimize that later."

I concur with Guido, so I reapplied Ethan's changeset. Enjoy readable str() on re flags ;-)
History
Date User Action Args
2016-11-14 11:54:15vstinnersetrecipients: + vstinner, gvanrossum, rhettinger, terry.reedy, gregory.p.smith, vinay.sajip, ned.deily, ethan.furman, python-dev, serhiy.storchaka, wolma
2016-11-14 11:54:14vstinnersetmessageid: <1479124454.99.0.396951323574.issue28637@psf.upfronthosting.co.za>
2016-11-14 11:54:14vstinnerlinkissue28637 messages
2016-11-14 11:54:14vstinnercreate