[pypy-commit] pypy py3.5: I think this is how it was supposed to be, unclear how to test

fijal pypy.commits at gmail.com
Fri Dec 22 02:08:18 EST 2017


Author: fijal
Branch: py3.5
Changeset: r93542:34c63fba0bba
Date: 2017-12-22 09:07 +0200
http://bitbucket.org/pypy/pypy/changeset/34c63fba0bba/

Log:	I think this is how it was supposed to be, unclear how to test

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


More information about the pypy-commit mailing list