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 janssen
Recipients janssen
Date 2007-10-28.12:59:45
SpamBayes Score 0.6342917
Marked as misclassified No
Message-id <1193576385.67.0.928776770611.issue1348@psf.upfronthosting.co.za>
In-reply-to
Content
I still think the semantics are wrong here, but someone needs to close 
this connection at some point, and right now the reference-counting 
semantics of socket.close() are the only thing preventing a leak.  So I 
think my patch should not be applied.  Instead, a larger fix needs to be 
thought through, which will probably require some changes to urllib and 
its cousins.
History
Date User Action Args
2007-10-28 12:59:46janssensetspambayes_score: 0.634292 -> 0.6342917
recipients: + janssen
2007-10-28 12:59:45janssensetspambayes_score: 0.634292 -> 0.634292
messageid: <1193576385.67.0.928776770611.issue1348@psf.upfronthosting.co.za>
2007-10-28 12:59:45janssenlinkissue1348 messages
2007-10-28 12:59:45janssencreate