Message81611
| Author | pitrou |
|---|---|
| Recipients | ResulCetin, ajaksu2, amaury.forgeotdarc, craigh, dato, jhylton, pitrou, trodgers |
| Date | 2009-02-10.23:03:41 |
| SpamBayes Score | 5.3711215e-06 |
| Marked as misclassified | No |
| Message-id | <1234307030.35.0.45715962712.issue4631@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Here is a patch without the _checkClosed() hack. The solution is simply to remove redundant _checkClosed() calls in IOBase (for example, readline() doesn't need to do an explicit `closed` check as it calls read()). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-02-10 23:03:56 | pitrou | set | recipients: + pitrou, jhylton, amaury.forgeotdarc, ajaksu2, craigh, dato, ResulCetin, trodgers |
| 2009-02-10 23:03:50 | pitrou | set | messageid: <1234307030.35.0.45715962712.issue4631@psf.upfronthosting.co.za> |
| 2009-02-10 23:03:48 | pitrou | link | issue4631 messages |
| 2009-02-10 23:03:48 | pitrou | create | |