[issue23531] SSL operations cause entire process to hang

2015-06-21 Thread johnkw
johnkw added the comment: This bug is not present on Python 2.7.10 on 64-bit Linux. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23531

[issue23531] SSL operations cause entire process to hang

2015-03-01 Thread johnkw
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 rep...@bugs.python.org http://bugs.python.org/issue23531

[issue23531] SSL operations cause entire process to hang

2015-03-01 Thread johnkw
Changes by johnkw joh...@gmail.com: Added file: http://bugs.python.org/file38288/sslbug.py ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23531

[issue23531] SSL operations cause entire process to hang

2015-02-27 Thread johnkw
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

[issue23531] SSL operations cause entire process to hang

2015-02-26 Thread johnkw
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