[Python-bugs-list] [Bug #119883] smtplib.py can leak file descriptors

noreply@sourceforge.net noreply@sourceforge.net
Wed, 8 Nov 2000 14:21:30 -0800


Bug #119883, was updated on 2000-Oct-31 08:35
Here is a current snapshot of the bug.

Project: Python
Category: Library
Status: Closed
Resolution: Fixed
Bug Group: None
Priority: 5
Summary: smtplib.py can leak file descriptors

Details: If the socket.connect() fails in SMTP.connect() in smtplib.py, file descriptors are leaked.  Patch #102185 fixes this.

Follow-Ups:

Date: 2000-Nov-08 12:29
By: fdrake

Comment:
I accepted the patch last week; please check it in and close this bug.
-------------------------------------------------------

Date: 2000-Nov-08 14:21
By: bwarsaw

Comment:
Fixed by application of patch #102185 in smtplib.py 1.30
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=119883&group_id=5470