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.

作者 pitrou
收信人 amaury.forgeotdarc, benjamin.peterson, loewis, pitrou
日期 2008-08-14.19:23:13
SpamBayes Score 3.0858505e-08
Marked as misclassified
Message-id <1218741797.45.0.691209040751.issue3476@psf.upfronthosting.co.za>
In-reply-to
内容
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)
历史
日期 用户 动作 参数
2008-08-14 19:23:17pitrou修改recipients: + pitrou, loewis, amaury.forgeotdarc, benjamin.peterson
2008-08-14 19:23:17pitrou修改messageid: <1218741797.45.0.691209040751.issue3476@psf.upfronthosting.co.za>
2008-08-14 19:23:16pitrou链接issue3476 messages
2008-08-14 19:23:16pitrou创建