Author: Armin Rigo <[email protected]>
Branch: py3.5
Changeset: r89215:743a0fcaa4eb
Date: 2016-12-23 18:31 +0100
http://bitbucket.org/pypy/pypy/changeset/743a0fcaa4eb/
Log: apply Phil Connell's 7b3b3f6
diff --git a/pypy/interpreter/test/test_compiler.py
b/pypy/interpreter/test/test_compiler.py
--- a/pypy/interpreter/test/test_compiler.py
+++ b/pypy/interpreter/test/test_compiler.py
@@ -950,6 +950,7 @@
class 日本:
pass
assert 日本.__name__ == '日本'
+ assert 日本.__qualname__ ==
'test_class_nonascii.<locals>.日本'
assert '日本' in repr(日本)
"""
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit