pypy/module/_sre/test/apptest_sre.py::test_search_simple_repeat_maximizing
def test_search_simple_repeat_maximizing():
import re
> assert not re.search(r"(ab){3,5}", "abab")
E (application-level) AttributeError: partially initialized module 're' has no attribute 'search' (most likely due to a circular import)
module\_sre\test\apptest_sre.py:419: AttributeError
builder: own-win-x86-64 build #2382+
test: pypy/module/_sre/test/apptest_sre.py::test_search_simple_repeat_maximizing