[issue29149] SSL.py recursion limit crash

2017-01-04 Thread R. David Murray
Changes by R. David Murray : -- stage: -> resolved status: open -> closed type: crash -> behavior ___ Python tracker ___ ___ Python-b

[issue29149] SSL.py recursion limit crash

2017-01-04 Thread Christian Heimes
Christian Heimes added the comment: It's a bug in eventlet's monkey patch, not a bug in Python's ssl module. I've seen a similar issue with gevent's monkey patch. -- resolution: -> third party ___ Python tracker

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

[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 ___ ___ Python-bugs-list mailing

[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/python3.6/ssl.py", lin