This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients chatgris, gvanrossum, python-dev, vstinner, yselivanov
Date 2014-09-30.16:11:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20140930161142.75011.40425@mail.hg.python.org>
In-reply-to
Content
New changeset b85ed8bb7523 by Victor Stinner in branch '3.4':
Issue #22448: asyncio, cleanup _run_once(), only iterate once to remove delayed
https://hg.python.org/cpython/rev/b85ed8bb7523

New changeset 8e9df3414185 by Victor Stinner in branch 'default':
(Merge 3.4) Issue #22448: asyncio, cleanup _run_once(), only iterate once to
https://hg.python.org/cpython/rev/8e9df3414185
History
Date User Action Args
2014-09-30 16:11:49python-devsetrecipients: + python-dev, gvanrossum, vstinner, yselivanov, chatgris
2014-09-30 16:11:49python-devlinkissue22448 messages
2014-09-30 16:11:49python-devcreate