[issue34383] asyncio passes SSL certificate error to loop.call_exception_handler()

2018-10-08 Thread Andrew Svetlov
Andrew Svetlov added the comment: Duplicate of #34630 -- resolution: -> duplicate stage: -> resolved status: open -> closed ___ Python tracker ___ __

[issue34383] asyncio passes SSL certificate error to loop.call_exception_handler()

2018-08-11 Thread Andrei
New submission from Andrei : I'm using 3.7, but it's an issue that I've found in the old github repo for 3.6. When using asyncio, SSL certificate errors don't get suppressed. I've tried: - with contextlib.suppress(Exception) - except & pass Original ticket: https://github.com/python/asyncio/i