Message 78922 - Python tracker
Message78922
| Author | vstinner |
|---|---|
| Recipients | benjamin.peterson, fabioz, pitrou, vstinner |
| Date | 2009-01-03.01:40:07 |
| SpamBayes Score | 2.7994139e-08 |
| Marked as misclassified | No |
| Message-id | <1230946812.36.0.388326745255.issue4705@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> Instead of importing IO each time in create_stdio, > maybe you should just pass io.open to create_stdio create_stdio() uses io.open() but also io.TextIOWrapper. Since io module is already imported in initstdio(), I updated the patch to just pass the pointer to the module to create_stdio(). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-01-03 01:40:12 | vstinner | set | recipients: + vstinner, pitrou, fabioz, benjamin.peterson |
| 2009-01-03 01:40:12 | vstinner | set | messageid: <1230946812.36.0.388326745255.issue4705@psf.upfronthosting.co.za> |
| 2009-01-03 01:40:11 | vstinner | link | issue4705 messages |
| 2009-01-03 01:40:11 | vstinner | create | |