Author: Armin Rigo <[email protected]>
Branch: py3.5
Changeset: r88782:d05f950938d4
Date: 2016-11-30 18:24 +0100
http://bitbucket.org/pypy/pypy/changeset/d05f950938d4/
Log: add a test
diff --git a/pypy/module/__builtin__/test/test_descriptor.py
b/pypy/module/__builtin__/test/test_descriptor.py
--- a/pypy/module/__builtin__/test/test_descriptor.py
+++ b/pypy/module/__builtin__/test/test_descriptor.py
@@ -515,4 +515,8 @@
del self
super()
raises(RuntimeError, X().f)
+ class X:
+ def f(*args):
+ super()
+ raises(RuntimeError, X().f)
"""
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit