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 jdherg
Recipients jdherg, martin.panter, serhiy.storchaka, vstinner
Date 2015-03-30.21:45:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427751950.04.0.87832040695.issue23796@psf.upfronthosting.co.za>
In-reply-to
Content
If no-one else wants it, I'd love to tackle this as my first Python (and OSS in general) contribution. Attached is a one-line patch that just does a CHECK_CLOSED call in buffered_peek and is modeled on the pattern in the buffered_flush function just above. I'm under the impression that the final patch will need to include a test that confirms the patch worked, but I wanted to claim the bug and start the feedback process early :)
History
Date User Action Args
2015-03-30 21:45:50jdhergsetrecipients: + jdherg, vstinner, martin.panter, serhiy.storchaka
2015-03-30 21:45:50jdhergsetmessageid: <1427751950.04.0.87832040695.issue23796@psf.upfronthosting.co.za>
2015-03-30 21:45:50jdherglinkissue23796 messages
2015-03-30 21:45:49jdhergcreate