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 &#26085;&#26412;:
             pass
         assert &#26085;&#26412;.__name__ == '&#26085;&#26412;'
+        assert &#26085;&#26412;.__qualname__ == 
'test_class_nonascii.<locals>.&#26085;&#26412;'
         assert '&#26085;&#26412;' in repr(&#26085;&#26412;)
         """
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to