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 TTT
Recipients PoltoS, TTT, amaury.forgeotdarc, dandrzejewski, eric.smith, orsenthil, pitrou
Date 2010-10-14.19:26:08
SpamBayes Score 2.172836e-09
Marked as misclassified No
Message-id <1287084371.03.0.0755051211656.issue8293@psf.upfronthosting.co.za>
In-reply-to
Content
I can make the connection really get closed by running the garbage collector. It seems that the SSL socket has some kind of lazy close.

import gc
gc.collect()
History
Date User Action Args
2010-10-14 19:26:11TTTsetrecipients: + TTT, amaury.forgeotdarc, orsenthil, pitrou, eric.smith, dandrzejewski, PoltoS
2010-10-14 19:26:11TTTsetmessageid: <1287084371.03.0.0755051211656.issue8293@psf.upfronthosting.co.za>
2010-10-14 19:26:09TTTlinkissue8293 messages
2010-10-14 19:26:08TTTcreate