pypy/module/_sre/test/apptest_sre.py::test_match_repr_truncation
def test_match_repr_truncation():
import re
s = "xy" + u"\u1234" * 50
> match = re.match(s, s)
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:598: AttributeError
builder: own-win-x86-64 build #2382+
test: pypy/module/_sre/test/apptest_sre.py::test_match_repr_truncation