- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message308332
This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| Author | pitrou |
|---|---|
| Recipients | arigo, martin.panter, nascheme, neologix, nikratio, pitrou, serhiy.storchaka, tim.peters, vstinner, xgdomingo |
| Date | 2017-12-14.19:58:24 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1513281504.74.0.213398074469.issue17852@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The reason Python 2 did well here is simply that Python 2 had a single Python object (the file object) for each actual file. Python 3 has several of them (the raw IO object, the buffered IO object, possibly the text IO wrapper), and so suddenly the finalization order matters. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-12-14 19:58:24 | pitrou | set | recipients: + pitrou, tim.peters, arigo, nascheme, vstinner, nikratio, neologix, martin.panter, serhiy.storchaka, xgdomingo |
| 2017-12-14 19:58:24 | pitrou | set | messageid: <1513281504.74.0.213398074469.issue17852@psf.upfronthosting.co.za> |
| 2017-12-14 19:58:24 | pitrou | link | issue17852 messages |
| 2017-12-14 19:58:24 | pitrou | create | |

