[issue23531] SSL operations cause entire process to hang

johnkw report at bugs.python.org
Fri Feb 27 18:07:17 CET 2015


johnkw added the comment:

Not sure what you mean. That is a standalone example. It creates the local "HTTP server", which is merely a dummy listen socket. The whole point is just to have something that does a slow I/O operation, and simply not responding is sufficient for that to reproduce the bug.

Also, I would add that on further investigation this occurs on cygwin, but not on Linux.

----------

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


More information about the Python-bugs-list mailing list