[issue7806] httplib.HTTPConnection.getresponse closes socket which destroys the response

R. David Murray report at bugs.python.org
Sat Feb 20 00:22:13 CET 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

But a goal is for the standard library to work with Python implementations other than CPython, and the reference counting behavior described won't happen in non-reference counting implementations.  So I don't think that requiring emulation of ref-counting behavior is valid.

----------
nosy: +r.david.murray

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


More information about the Python-bugs-list mailing list