pypy/module/_sre/test/test_sre_buf.py::AppTestSreMatchBuf::()::test_group_takes_long
self = <pypy.interpreter.typedef.W_ObjectObjectUserDictWeakrefable object at 0x000002245cefa020>
def test_group_takes_long(self):
import re
import sys
if sys.version_info < (2, 7, 9):
skip()
> assert re.match("(foo)", "foo").group(1) == "foo"
E (application-level) AttributeError: partially initialized module 're' has no attribute 'match' (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:108]:6: AttributeError
builder: own-win-x86-64 build #2382+
test: pypy/module/_sre/test/test_sre_buf.py::AppTestSreMatchBuf::()::test_group_takes_long