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 pitrou
Recipients nikratio, pitrou, vstinner
Date 2014-04-29.07:55:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398758159.39.0.0243960747141.issue21377@psf.upfronthosting.co.za>
In-reply-to
Content
> Tentative patch attached. The test suite still passes, but I'm not
> sure if it actually exerts the new code path.

A quick grep shows me that it should be exercised at least by Modules/_io/bufferedio.c.
Otherwise, the way to test the C API is to add a function to Modules/_testcapi.c, and test that function from the relevant test file.
History
Date User Action Args
2014-04-29 07:55:59pitrousetrecipients: + pitrou, vstinner, nikratio
2014-04-29 07:55:59pitrousetmessageid: <1398758159.39.0.0243960747141.issue21377@psf.upfronthosting.co.za>
2014-04-29 07:55:59pitroulinkissue21377 messages
2014-04-29 07:55:59pitroucreate