Message92061
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. |
|
| Date |
User |
Action |
Args |
| 2009-08-29 11:22:15 | pitrou | set | recipients:
+ pitrou, amaury.forgeotdarc, nullnil |
| 2009-08-29 11:22:15 | pitrou | set | messageid: <1251544935.25.0.570622644275.issue6750@psf.upfronthosting.co.za> |
| 2009-08-29 11:22:13 | pitrou | link | issue6750 messages |
| 2009-08-29 11:22:12 | pitrou | create | |
|