[issue15779] socket error [Errno 10013] when creating SMTP object

Martin v. Löwis report at bugs.python.org
Sat Aug 25 01:39:32 CEST 2012


Martin v. Löwis added the comment:

The Python API maps nearly 1:1 to the winsock API. So the Python code literally translates to the equivalent C code (with *very* minor deviations e.g. involving the conversion of string addresses in numeric addresses).

Please leave the issue closed unless you can provide substantial evidence that there is a bug in Python.

I disagree that the issue needs to be understood. This is only an acceptable request if you can provide a reproducible test cases, which you (currently) cannot. Anybody wanting to understand the issue might need physical access to your system, which is not feasible.

----------
status: open -> closed

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


More information about the Python-bugs-list mailing list