Author: Armin Rigo <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to