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.
Created on 2012-11-04 20:22 by Eric.Busboom, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Files | ||||
---|---|---|---|---|
File name | Uploaded | Description | Edit | |
zipfile_fd_leaks.patch | serhiy.storchaka, 2012-11-05 21:26 | Patch for 3.3 and 3.4 | review | |
zipfile_fd_leaks-3.2.patch | serhiy.storchaka, 2012-11-05 21:27 | Patch for 3.2 | review | |
zipfile_fd_leaks-2.7.patch | serhiy.storchaka, 2012-11-05 21:28 | Patch for 2.7 | review |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:38 | admin | set | github: 60612 |
2012-11-17 22:59:16 | pitrou | set | status: open -> closed nosy: + pitrou messages: + msg175826 resolution: fixed stage: patch review -> resolved |
2012-11-17 22:58:43 | python-dev | set | messages: + msg175825 |
2012-11-17 22:56:09 | python-dev | set | nosy:
+ python-dev messages: + msg175824 |
2012-11-05 21:28:02 | serhiy.storchaka | set | files: + zipfile_fd_leaks-2.7.patch |
2012-11-05 21:27:15 | serhiy.storchaka | set | files: + zipfile_fd_leaks-3.2.patch |
2012-11-05 21:26:33 | serhiy.storchaka | set | files:
+ zipfile_fd_leaks.patch title: zipfile.testzip() opens file but does not close it. -> FD leaks in zipfile messages: + msg174942 keywords: + patch stage: needs patch -> patch review |
2012-11-05 19:51:52 | jcea | set | messages: + msg174936 |
2012-11-05 17:36:52 | serhiy.storchaka | set | messages: + msg174923 |
2012-11-05 17:22:18 | jcea | set | nosy:
+ jcea messages: + msg174921 |
2012-11-05 14:57:39 | serhiy.storchaka | set | nosy:
+ serhiy.storchaka messages: + msg174913 |
2012-11-04 22:53:22 | Eric.Busboom | set | messages: + msg174837 |
2012-11-04 22:13:05 | serhiy.storchaka | set | keywords:
+ easy stage: needs patch type: behavior -> resource usage versions: + Python 3.2, Python 3.3, Python 3.4 |
2012-11-04 20:22:59 | Eric.Busboom | create |