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 amaury.forgeotdarc, benjamin.peterson, loewis, pitrou
Date 2008-08-14.19:23:13
SpamBayes Score 3.0858505e-08
Marked as misclassified No
Message-id <1218741797.45.0.691209040751.issue3476@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a new patch which simply wraps the current BufferedWriter
methods with a lock. It has a test case, and Amaury's example works fine
too.

Martin, do you think it's fine?

(as for BufferedReader, I don't see the use cases for multithreaded reading)
History
Date User Action Args
2008-08-14 19:23:17pitrousetrecipients: + pitrou, loewis, amaury.forgeotdarc, benjamin.peterson
2008-08-14 19:23:17pitrousetmessageid: <1218741797.45.0.691209040751.issue3476@psf.upfronthosting.co.za>
2008-08-14 19:23:16pitroulinkissue3476 messages
2008-08-14 19:23:16pitroucreate