Message125578
| Author | v+python |
|---|---|
| Recipients | amaury.forgeotdarc, benjamin.peterson, brian.curtin, gvanrossum, pebbe, pitrou, v+python, vstinner |
| Date | 2011-01-06.19:00:42 |
| SpamBayes Score | 0.0005205892 |
| Marked as misclassified | No |
| Message-id | <1294340444.09.0.706889572789.issue10841@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Victor, Thanks for your interest and patches. msg125530 points out the location of the code where _all_ fds could be O_BINARYed, when passed in to open. I think this would make all fds open in binary mode, per Guido's comment... he made exactly the comment I was hoping for, even though I didn't +nosy him... I believe this would catch std* along the way, and render your first patch unnecessary, but your second one would likely still be needed. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-01-06 19:00:44 | v+python | set | recipients: + v+python, gvanrossum, amaury.forgeotdarc, pitrou, vstinner, benjamin.peterson, brian.curtin, pebbe |
| 2011-01-06 19:00:44 | v+python | set | messageid: <1294340444.09.0.706889572789.issue10841@psf.upfronthosting.co.za> |
| 2011-01-06 19:00:42 | v+python | link | issue10841 messages |
| 2011-01-06 19:00:42 | v+python | create | |