pypy/module/_sre/test/apptest_sre.py::test_mark_stack_min_until
def test_mark_stack_min_until():
import re
> m = re.match(r"(\d)+?1((2)|(3))44", "221341244")
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:500: AttributeError
builder: own-win-x86-64 build #2382+
test: pypy/module/_sre/test/apptest_sre.py::test_mark_stack_min_until