[pypy-commit] pypy py3.5: apply Phil Connell's 7b3b3f6

arigo pypy.commits at gmail.com
Fri Dec 23 12:31:40 EST 2016


Author: Armin Rigo <arigo at tunes.org>
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(日本)
         """
 


More information about the pypy-commit mailing list