Message280758
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 ;-) |
|
| Date |
User |
Action |
Args |
| 2016-11-14 11:54:15 | vstinner | set | recipients:
+ vstinner, gvanrossum, rhettinger, terry.reedy, gregory.p.smith, vinay.sajip, ned.deily, ethan.furman, python-dev, serhiy.storchaka, wolma |
| 2016-11-14 11:54:14 | vstinner | set | messageid: <[email protected]> |
| 2016-11-14 11:54:14 | vstinner | link | issue28637 messages |
| 2016-11-14 11:54:14 | vstinner | create | |
|