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.

classification
Title: Fix resource warnings in test_urllib2_localnet
Type: resource usage Stage: resolved
Components: Tests Versions: Python 3.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: bbrazil, orsenthil, pitrou
Priority: normal Keywords: patch

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

Files
File name Uploaded Description Edit
test_urllib2_localnet_fd_leak.patch bbrazil, 2010-10-30 13:18
Messages (2)
msg119985 - (view) Author: Brian Brazil (bbrazil) * Date: 2010-10-30 13:18
Please see attached, not sure this is quite right.
msg120005 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-10-30 17:33
Committed in r85983, thank you.
History
Date User Action Args
2022-04-11 14:57:08adminsetgithub: 54459
2010-10-30 17:33:44pitrousetstatus: open -> closed

nosy: + pitrou
messages: + msg120005

resolution: fixed
stage: patch review -> resolved
2010-10-30 13:19:59pitrousetnosy: + orsenthil
stage: patch review
type: resource usage

versions: + Python 3.2, - Python 3.3
2010-10-30 13:18:45bbrazilcreate