pypy/module/_sre/test/test_sre_buf.py::AppTestSreMatchBuf::()::test_group_bugs
self = <pypy.interpreter.typedef.W_ObjectObjectUserDictWeakrefable object at 0x000002245cefa020>
def test_group_bugs(self):
import re
> r = re.compile(r"""
\&(?:
(?P<escaped>\&) |
(?P<named>[_a-z][_a-z0-9]*) |
{(?P<braced>[_a-z][_a-z0-9]*)} |
(?P<invalid>)
)
""", re.IGNORECASE | re.VERBOSE)
E (application-level) AttributeError: partially initialized module 're' has no attribute 'compile' (most likely due to a circular import)
[d:\pypy_stuff\buildbot64\slave\own-win-x86-64\build\pypy\module\_sre\test\test_app_sre.py:226]:3: AttributeError
builder: own-win-x86-64 build #2382+
test: pypy/module/_sre/test/test_sre_buf.py::AppTestSreMatchBuf::()::test_group_bugs