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 dugan
Recipients dugan, janssen
Date 2009-03-02.05:19:57
SpamBayes Score 0.00024347818
Marked as misclassified No
Message-id <1235971199.81.0.406224569022.issue5238@psf.upfronthosting.co.za>
In-reply-to
Content
I actually discovered this issue when using httplib over ssl. Closing
the httplib connection was not closing the socket - the socket would
only be closed after garbage collection, due to this bug.  That's what
caused me to investigate and find this flaw.

I ran the regression tests and didn't run into any issues.
History
Date User Action Args
2009-03-02 05:19:59dugansetrecipients: + dugan, janssen
2009-03-02 05:19:59dugansetmessageid: <1235971199.81.0.406224569022.issue5238@psf.upfronthosting.co.za>
2009-03-02 05:19:58duganlinkissue5238 messages
2009-03-02 05:19:57dugancreate