[issue23531] SSL operations cause entire process to hang

2016-09-08 Thread Christian Heimes
Christian Heimes added the comment: cygwin is not supported. Your demo script works on Linux. -- resolution: -> not a bug status: open -> closed ___ Python tracker

[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 the

[issue23531] SSL operations cause entire process to hang

2015-02-27 Thread Antoine Pitrou
Antoine Pitrou added the comment: It creates the local HTTP server, which is merely a dummy listen socket Sorry, I hadn't noticed. Still, the example shouldn't rely on the third party requests library. Also, I would add that on further investigation this occurs on cygwin, but not on

[issue23531] SSL operations cause entire process to hang

2015-02-26 Thread SilentGhost
Changes by SilentGhost ghost@gmail.com: -- nosy: +alex, christian.heimes, dstufft, giampaolo.rodola, janssen, pitrou ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23531 ___

[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:

[issue23531] SSL operations cause entire process to hang

2015-02-26 Thread Antoine Pitrou
Antoine Pitrou added the comment: Can you post a standalone example that doesn't use requests and that doesn't rely on a local HTTP server? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23531