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 Arfrever, jcea, pitrou, python-dev, santoso.wijaya, vstinner
Date 2011-08-20.13:16:21
SpamBayes Score 0.013464631
Marked as misclassified No
Message-id <4E4FB39F.8030807@haypocalc.com>
In-reply-to <1313773822.91.0.211263717294.issue12213@psf.upfronthosting.co.za>
Content
> You should not use BufferedRWPair with the same underlying stream (that's the whole point of BufferedRWPair).

It might be documented. Something like "Warning: don't use the same 
stream as reader and writer, or the BufferedRWPair becomes inconsistent 
on interlaced read-write" ?
History
Date User Action Args
2011-08-20 13:16:22vstinnersetrecipients: + vstinner, jcea, pitrou, Arfrever, santoso.wijaya, python-dev
2011-08-20 13:16:21vstinnerlinkissue12213 messages
2011-08-20 13:16:21vstinnercreate