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? |