re.compile
is compiling a invalid regex
#105121
Labels
type-bug
An unexpected behavior, bug, or error
Bug report
re.compile
is compiling a invalid regex.Your environment
re.compile
compiles the following expression:"[0-9]++"
which should be invalid regex.
The text was updated successfully, but these errors were encountered: