Message219875
| 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). |
|