johnkw added the comment:
This bug is not present on Python 2.7.10 on 64-bit Linux.
--
___
Python tracker
<http://bugs.python.org/issue23531>
___
___
Python-bug
johnkw added the comment:
New testcase submitted without "requests". Don't have access to the non-cygwin
build so don't know there.
--
___
Python tracker
<http://bug
Changes by johnkw :
Added file: http://bugs.python.org/file38288/sslbug.py
___
Python tracker
<http://bugs.python.org/issue23531>
___
___
Python-bugs-list mailin
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
New submission from johnkw:
SSL operations cause entire process to hang. At a minimum this includes the
SSL read that goes on after a socket is connected. It may apply to many other
(or all) SSL socket operations.
--
components: Library (Lib)
files: sslbug.py
messages: 236701
nosy