[issue29149] SSL.py recursion limit crash

2017-01-03 Thread Sumner Hearth
Sumner Hearth added the comment: Attached a simpler version of the code with same error using only eventlet. -- Added file: http://bugs.python.org/file46136/crash_simple.py ___ Python tracker <http://bugs.python.org/issue29

[issue29149] SSL.py recursion limit crash

2017-01-03 Thread Sumner Hearth
Sumner Hearth added the comment: Recursion crash disappears in eventlet 0.17.4 -- ___ Python tracker <http://bugs.python.org/issue29149> ___ ___ Python-bugs-list m

[issue29149] SSL.py recursion limit crash

2017-01-03 Thread Sumner Hearth
New submission from Sumner Hearth: Error in python 3.6 ssl.py: [...] File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/ssl.py", line 737, in __init__ self._context.verify_mode = cert_reqs File "/Library/Frameworks/Python.framework/Versions/3.6/lib/p