Message 164029 - Python tracker
Message164029
| Author | gregory.p.smith |
|---|---|
| Recipients | gregory.p.smith, jcon, pitrou, python-dev |
| Date | 2012-06-26.04:04:58 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1340683499.62.0.638177100924.issue12268@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The uses of fwrite() and fflush() also need this EINTR treatment in 2.7. I haven't checked the write paths in 3.2 yet. Also, the fix change to 3.2's _io module needs backporting to 2.7's _io module for people using that. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-06-26 04:04:59 | gregory.p.smith | set | recipients: + gregory.p.smith, pitrou, python-dev, jcon |
| 2012-06-26 04:04:59 | gregory.p.smith | set | messageid: <1340683499.62.0.638177100924.issue12268@psf.upfronthosting.co.za> |
| 2012-06-26 04:04:59 | gregory.p.smith | link | issue12268 messages |
| 2012-06-26 04:04:58 | gregory.p.smith | create | |