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

pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_join_subclass

self = <pypy.interpreter.typedef.W_ObjectObjectUserDictWeakrefable object at 0x00007f8c31eb5cc8>

    def test_join_subclass(self):
>           class UnicodeSubclass(unicode):
                pass
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:676]:2: NameError
builder: own-macos-x86-64 build #1308+
test: pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_join_subclass