➜

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, nullnil, pitrou
Date 2009-08-29.11:22:12
SpamBayes Score 1.4670237e-05
Marked as misclassified No
Message-id <1251544935.25.0.570622644275.issue6750@psf.upfronthosting.co.za>
In-reply-to
Content
The patch looks ok to me.
It should be noted that TextIOWrapper was not designed to be thread-safe
at all (neither the Python nor the C version); but admittedly it is more
common to write() than to read() from multiple threads, so fixing this
particular case makes sense.
History
Date User Action Args
2009-08-29 11:22:15pitrousetrecipients: + pitrou, amaury.forgeotdarc, nullnil
2009-08-29 11:22:15pitrousetmessageid: <1251544935.25.0.570622644275.issue6750@psf.upfronthosting.co.za>
2009-08-29 11:22:13pitroulinkissue6750 messages
2009-08-29 11:22:12pitroucreate