]> granicus.if.org Git - python/commit
imaplib: IMAP4 constructor closes the socket on error
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 5 Jan 2011 23:01:37 +0000 (23:01 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 5 Jan 2011 23:01:37 +0000 (23:01 +0000)
commit33e649cf6dc9b1764f309ed0a3206b474f8d99e1
tree1ff8d29ec8adb8f47564ca829514f4210921a820
parenta6867258593a3b939042e47da26919be20e7e7f0
imaplib: IMAP4 constructor closes the socket on error

Fix a ResourceWarning(unclosed socket) if an exception is raised in the
constructor after the creation of the socket. Patch written by Nadeem Vawda.
Lib/imaplib.py