Author: fijal
Branch: release-pypy3.5-v5.9.x
Changeset: r93543:a91df6163fb7
Date: 2017-12-22 09:08 +0200
http://bitbucket.org/pypy/pypy/changeset/a91df6163fb7/

Log:    merge py3.5

diff --git a/pypy/module/_continuation/test/test_stacklet.py 
b/pypy/module/_continuation/test/test_stacklet.py
--- a/pypy/module/_continuation/test/test_stacklet.py
+++ b/pypy/module/_continuation/test/test_stacklet.py
@@ -38,9 +38,6 @@
             return stack
        """)
         cls.w_appdirect = cls.space.wrap(cls.runappdirect)
-        if cls.runappdirect:
-            # make sure that "self.stack" does not pass the self
-            cls.w_stack = staticmethod(cls.w_stack.im_func)
 
 
     @pytest.fixture
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to