[pypy-issue] [issue867] urllib2 on pypy can leak fd's

Amaury Forgeot d Arc tracker at bugs.pypy.org
Mon Sep 12 10:05:51 CEST 2011


Amaury Forgeot d Arc <amauryfa at gmail.com> added the comment:

Python 3 added a "ResourceWarning" which is printed (in debug mode only) when a 
socket is closed by its __del__ method.  Its urllib module should be much more 
gc-friendly.

Can someone try to reproduce the issue with a python3 compiled in debug mode?

----------
nosy: +afa

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue867>
________________________________________


More information about the pypy-issue mailing list