[issue1003195] segfault when running smtplib example

Terry J. Reedy report at bugs.python.org
Wed Mar 20 22:20:34 CET 2013


Terry J. Reedy added the comment:

The original poster's links are dead. Without a reproducible problem with a current release, there is nothing we can do. Anyone who can provide such and will respond to requests for more information can reopen.

Note:
On Win 7 with 3.2, 3.3, current example exits on line
    server = smtplib.SMTP('localhost')
with
socket.error: [Errno 10061] No connection could be made because the target machine actively refused it

----------
nosy: +terry.reedy
resolution:  -> wont fix
stage:  -> test needed
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1003195>
_______________________________________


More information about the Python-bugs-list mailing list