[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
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 bug.

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

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23531
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: johnkw
priority: normal
severity: normal
status: open
title: SSL operations cause entire process to hang
type: behavior
versions: Python 2.7
Added file: http://bugs.python.org/file38251/sslbug.py

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23531
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com