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 ned.deily
Recipients ethan.furman, gvanrossum, ned.deily, python-dev, vstinner
Date 2016-11-08.00:35:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478565317.87.0.715172567187.issue28637@psf.upfronthosting.co.za>
In-reply-to
Content
With being this close to release and with two weeks to go until the final beta, it seems a bit premature to immediately revert this without exploring all the alternatives especially since it seems the effects are limited to venvs.  In any case, we do need to have a final answer well before the b4 cutoff (2016-11-21).  Possible options:
1. leave the re contents reverted (current status)
2. find a way to mitigate the performance impact of importing re and enum (perhaps making them builtins in Setup.dist?)
3. avoid the use of re in site.py venv
4. others?
History
Date User Action Args
2016-11-08 00:35:17ned.deilysetrecipients: + ned.deily, gvanrossum, vstinner, ethan.furman, python-dev
2016-11-08 00:35:17ned.deilysetmessageid: <1478565317.87.0.715172567187.issue28637@psf.upfronthosting.co.za>
2016-11-08 00:35:17ned.deilylinkissue28637 messages
2016-11-08 00:35:17ned.deilycreate