pypy/module/_sre/test/apptest_sre.py::test_bug_725149
def test_bug_725149():
import re
> assert re.match('(a)(?:(?=(b)*)c)*', 'abb').groups() == ('a', 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:507: AttributeError
builder: own-win-x86-64 build #2382+
test: pypy/module/_sre/test/apptest_sre.py::test_bug_725149