[pypy-commit] pypy stacklet: No-op.

arigo noreply at buildbot.pypy.org
Sat Aug 20 11:18:23 CEST 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: stacklet
Changeset: r46659:8bd6ba28d75b
Date: 2011-08-20 09:33 +0200
http://bitbucket.org/pypy/pypy/changeset/8bd6ba28d75b/

Log:	No-op.

diff --git a/lib_pypy/greenlet.py b/lib_pypy/greenlet.py
--- a/lib_pypy/greenlet.py
+++ b/lib_pypy/greenlet.py
@@ -53,7 +53,7 @@
         if not target:
             if not target.__started:
                 _continulet.__init__(target, _greenlet_start, *args)
-                args = (None,)
+                args = ()
                 target.__started = True
             else:
                 # already done, go to main instead... xxx later


More information about the pypy-commit mailing list