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 orsenthil
Recipients davide.rizzo, ezio.melotti, jhylton, nadeem.vawda, orsenthil, pitrou
Date 2011-05-21.13:05:54
SpamBayes Score 0.007204369
Marked as misclassified No
Message-id <1305983155.07.0.104188949138.issue12133@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Ezio, the connection can be closed via the finally call as you do in the patch. There are times when request object is re-used, but before the connection is made. It may also help to understand how the code in the packaging was invoking it.

If you run the whole suite and see the nothing breaks (to ensure that something is not waiting for the socket and trying to close later), go ahead with the patch.
History
Date User Action Args
2011-05-21 13:05:55orsenthilsetrecipients: + orsenthil, jhylton, pitrou, nadeem.vawda, ezio.melotti, davide.rizzo
2011-05-21 13:05:55orsenthilsetmessageid: <1305983155.07.0.104188949138.issue12133@psf.upfronthosting.co.za>
2011-05-21 13:05:54orsenthillinkissue12133 messages
2011-05-21 13:05:54orsenthilcreate