[New-bugs-announce] [issue12692] test_urllib2net is triggering a ResourceWarning

Brett Cannon report at bugs.python.org
Fri Aug 5 07:02:31 CEST 2011


New submission from Brett Cannon <brett at python.org>:

Specifically, test.test_urllib2net.OtherNetworkTests.test_sites_no_connection_close is leaving a socket open somewhere, but tracking down exactly whom is to blame is a mess since socket.SocketIO.close() explicitly relies on refcounting to shut down a socket.

----------
components: Tests
messages: 141645
nosy: brett.cannon
priority: low
severity: normal
stage: needs patch
status: open
title: test_urllib2net is triggering a ResourceWarning
type: resource usage
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12692>
_______________________________________


More information about the New-bugs-announce mailing list