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 nadeem.vawda
Recipients lukasz.langa, nadeem.vawda, vstinner
Date 2011-01-05.21:26:30
SpamBayes Score 0.00054544664
Marked as misclassified No
Message-id <1294262810.5.0.868587043376.issue10512@psf.upfronthosting.co.za>
In-reply-to
Content
Fix attached for test_imaplib. Most of the warnings were simply due to reap_server() not closing the server object correctly. The remaining warning was due a genuine leak in imaplib.IMAP4.__init__() - if an exception is raised after the connection is opened, the socket is not closed.
History
Date User Action Args
2011-01-05 21:26:50nadeem.vawdasetrecipients: + nadeem.vawda, vstinner, lukasz.langa
2011-01-05 21:26:50nadeem.vawdasetmessageid: <1294262810.5.0.868587043376.issue10512@psf.upfronthosting.co.za>
2011-01-05 21:26:30nadeem.vawdalinkissue10512 messages
2011-01-05 21:26:30nadeem.vawdacreate