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

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

def test_search_simple_in():
        import re
        UPPER_PI = "\u03a0"
        LOWER_PI = "\u03c0"
        EM_SPACE = "\u2001"
        LINE_SEP = "\u2028"
>       assert re.search(r"b[\da-z]a", "bb1a")
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:347: AttributeError
builder: own-win-x86-64 build #2382+
test: pypy/module/_sre/test/apptest_sre.py::test_search_simple_in