Issue 34181: Lib/test/test_typing.py failed when ran as a script (original) (raw)

$ ./python Lib/test/test_typing.py ...

FAIL: test_repr (main.GenericTests)

Traceback (most recent call last): File "Lib/test/test_typing.py", line 654, in test_repr "<class 'test.test_typing.SimpleMapping'>") AssertionError: "<class '__main__.SimpleMapping'>" != "<class 'test.test_typing.SimpleMapping'>"