pypy/module/_sre/test/apptest_sre.py::test_repeat_minmax_overflow
def test_repeat_minmax_overflow():
import re, sre_constants
string = "x" * 100000
> assert re.match(r".{%d}" % (sre_constants.MAXREPEAT - 1), string) is None
E (application-level) AttributeError: partially initialized module 're' has no attribute 'match' (most likely due to a circular import)
module\_sre\test\apptest_sre.py:95: AttributeError
builder: own-win-x86-64 build #2382+
test: pypy/module/_sre/test/apptest_sre.py::test_repeat_minmax_overflow