Home - Summaries: (main) : (py3.11) : (py3.12) : Everything - Nightly builds - Benchmarks - RPython - Builders - About

pypy/module/_sre/test/apptest_sre.py::test_match_start

def test_match_start():
        import re
>       match = re.search(u"\u1234", u"\u1233\u1234\u1235")
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:584: AttributeError
builder: own-win-x86-64 build #2382+
test: pypy/module/_sre/test/apptest_sre.py::test_match_start