pypy/module/_sre/test/test_app_sre.py::AppTestSreMatch::()::test_sub_subclass_of_str
self = <pypy.interpreter.typedef.W_ObjectObjectUserDictWeakrefable object at 0x00000224551e6d08>
def test_sub_subclass_of_str(self):
import re
class MyString(str):
pass
class MyBytes(bytes):
pass
s1 = MyString('zz')
> s2 = re.sub('aa', 'bb', s1)
E (application-level) AttributeError: partially initialized module 're' has no attribute 'sub' (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:170]:8: AttributeError
builder: own-win-x86-64 build #2382+
test: pypy/module/_sre/test/test_app_sre.py::AppTestSreMatch::()::test_sub_subclass_of_str