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 gvanrossum
Recipients gvanrossum, socketpair, vstinner, yselivanov
Date 2015-11-29.18:21:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448821312.57.0.763443472134.issue25752@psf.upfronthosting.co.za>
In-reply-to
Content
If you hit EOF in the middle of a partial separator, treat it as a premature EOF just as if you hit EOF before the separator -- the record is not properly terminated so it shouldn't be accepted.

I prefer a single PR that has the full code.

We keep the CPython Lib version and the asyncio repo synchronized, a PR for the asyncio repo is easier to handle for me.
History
Date User Action Args
2015-11-29 18:21:52gvanrossumsetrecipients: + gvanrossum, vstinner, socketpair, yselivanov
2015-11-29 18:21:52gvanrossumsetmessageid: <1448821312.57.0.763443472134.issue25752@psf.upfronthosting.co.za>
2015-11-29 18:21:52gvanrossumlinkissue25752 messages
2015-11-29 18:21:52gvanrossumcreate