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 socketpair
Recipients gvanrossum, socketpair, vstinner, yselivanov
Date 2015-06-30.02:43:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435632226.37.0.707480187995.issue24532@psf.upfronthosting.co.za>
In-reply-to
Content
$ PYTHONASYNCIODEBUG=1 ./bug.py
Starting busy receiver
Busy receiver complete
Executing <Task pending coro=<receiver() running at ./bug.py:16> wait_for=<Future pending cb=[Task._wakeup()] created at /usr/lib/python3.4/asyncio/tasks.py:490> cb=[_run_until_complete_cb() at /usr/lib/python3.4/asyncio/base_events.py:123] created at /usr/lib/python3.4/asyncio/base_events.py:296> took 3.001 seconds
Should be called inside the loop
History
Date User Action Args
2015-06-30 02:43:46socketpairsetrecipients: + socketpair, gvanrossum, vstinner, yselivanov
2015-06-30 02:43:46socketpairsetmessageid: <1435632226.37.0.707480187995.issue24532@psf.upfronthosting.co.za>
2015-06-30 02:43:46socketpairlinkissue24532 messages
2015-06-30 02:43:45socketpaircreate