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 vstinner
Recipients Sebastian.Kreft.Deezer, giampaolo.rodola, gvanrossum, pitrou, vstinner, yselivanov
Date 2014-06-06.12:19:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402057147.27.0.941149820392.issue21595@psf.upfronthosting.co.za>
In-reply-to
Content
asyncio_read_from_self_test.patch: Unit test to check that running the loop once reads all bytes. The unit test is ugly: it calls private methods, and it is completly different on UNIX (selector) and on Windows (proactor).

I would prefer to *not* add such test, and just enhance the code (apply  asyncio_read_from_self.patch).
History
Date User Action Args
2014-06-06 12:19:07vstinnersetrecipients: + vstinner, gvanrossum, pitrou, giampaolo.rodola, yselivanov, Sebastian.Kreft.Deezer
2014-06-06 12:19:07vstinnersetmessageid: <1402057147.27.0.941149820392.issue21595@psf.upfronthosting.co.za>
2014-06-06 12:19:07vstinnerlinkissue21595 messages
2014-06-06 12:19:07vstinnercreate