SIGN IN SIGN UP

Issue #28637: Revert issue #28082, don't import enum in re

Importing the enum module in the re module slows down Python startup by 34%
when Python is run from a virtual environment, or more generally when the re
module is imported at startup but not the enum module.
V
Victor Stinner committed
1ec1cd161b351bc42c4b55c0f943fa5f8fe1bb6e
Parent: 9b88fdf