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 giampaolo.rodola
Recipients giampaolo.rodola, keysers
Date 2010-04-23.20:21:56
SpamBayes Score 0.00030214997
Marked as misclassified No
Message-id <1272054117.57.0.291382478089.issue6768@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure how to reproduce this issue but I doubt calling close() from __del__ would solve the problem, neither would be a good idea as close() might end up being called more than once, which is not desirable.

Try to paste the code you're using: the problem might be that your application is not calling close() for some reason.
History
Date User Action Args
2010-04-23 20:21:57giampaolo.rodolasetrecipients: + giampaolo.rodola, keysers
2010-04-23 20:21:57giampaolo.rodolasetmessageid: <1272054117.57.0.291382478089.issue6768@psf.upfronthosting.co.za>
2010-04-23 20:21:56giampaolo.rodolalinkissue6768 messages
2010-04-23 20:21:56giampaolo.rodolacreate