Issue 10245: Fix resource warnings in test_telnetlib (original) (raw)

Issue10245

Created on 2010-10-30 12:17 by bbrazil, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_telnetlib_fd_leak.patch bbrazil,2010-10-30 12:17 review
Messages (2)
msg119974 - (view) Author: Brian Brazil (bbrazil) * Date: 2010-10-30 12:17
Please see attached patch and "closing files and sockets in a timely manner in the stdlib" on python-dev.
msg120849 - (view) Author: Senthil Kumaran (orsenthil) * (Python committer) Date: 2010-11-09 09:21
conn.close() was done in the finally method in r86228 by brian.curtin. The other change in your patch in very minor space addition after comma. We can leave it to place along with some other code change.
History
Date User Action Args
2022-04-11 14:57:08 admin set github: 54454
2010-11-09 09:21:59 orsenthil set status: open -> closednosy: + brian.curtin, orsenthilmessages: + resolution: not a bugstage: commit review -> resolved
2010-11-05 21:08:32 terry.reedy set type: behavior
2010-11-05 21:08:08 terry.reedy set stage: commit review
2010-10-30 18:00:37 jackdied set assignee: jackdiednosy: + jackdiedversions: + Python 3.2, - Python 3.3
2010-10-30 12:17:56 bbrazil create