pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_unicode_constructor_misc
self = <pypy.interpreter.typedef.W_ObjectObjectUserDictWeakrefable object at 0x00007f8c31eb5cc8>
def test_unicode_constructor_misc(self):
x = u'foo'
x += u'bar'
> assert unicode(x) is x
E (application-level) NameError: name 'unicode' is not defined
[/Users/matti/build-worker-x86_64/own-macos-x86-64/build/pypy/objspace/std/test/test_unicodeobject.py:693]:4: NameError
builder: own-macos-x86-64 build #1308+
test: pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_unicode_constructor_misc