- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message295331
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 | xdegaye |
|---|---|
| Recipients | emptysquare, pitrou, serhiy.storchaka, vstinner, xdegaye |
| Date | 2017-06-07.11:49:30 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1496836170.8.0.644038338346.issue22898@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
With PR 1981, a ResourceWarning is printed when a RecursionError occurs while normalizing another exception and its traceback holds a reference to a non-closed file object. For information, issue 5437 removed the MemoryError singleton for the same reasons as PR 1981 does. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-06-07 11:49:30 | xdegaye | set | recipients: + xdegaye, pitrou, vstinner, serhiy.storchaka, emptysquare |
| 2017-06-07 11:49:30 | xdegaye | set | messageid: <1496836170.8.0.644038338346.issue22898@psf.upfronthosting.co.za> |
| 2017-06-07 11:49:30 | xdegaye | link | issue22898 messages |
| 2017-06-07 11:49:30 | xdegaye | create | |

