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.

Author sharmila
Recipients bohdan, sharmila
Date 2008-06-11.17:13:22
SpamBayes Score 0.08081472
Marked as misclassified No
Message-id <1213204403.94.0.850075670557.issue3066@psf.upfronthosting.co.za>
In-reply-to
Content
Since the socket object is added to a list, a reference to the object
always exists right? That would mean that it would not be garbage
collected as long as the reference exists.  

On the other hand, it should also be noted that in close method, the
socket is not explicitly closed and for a single urlopen, atleast 3
sockets are opened.
History
Date User Action Args
2008-06-11 17:13:24sharmilasetspambayes_score: 0.0808147 -> 0.08081472
recipients: + sharmila, bohdan
2008-06-11 17:13:23sharmilasetspambayes_score: 0.0808147 -> 0.0808147
messageid: <1213204403.94.0.850075670557.issue3066@psf.upfronthosting.co.za>
2008-06-11 17:13:23sharmilalinkissue3066 messages
2008-06-11 17:13:22sharmilacreate