New submission from Andrei <danand...@gmail.com>:
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/issues/404 ---------- components: asyncio messages: 323421 nosy: DanAndrei, asvetlov, yselivanov priority: normal severity: normal status: open title: asyncio passes SSL certificate error to loop.call_exception_handler() type: behavior versions: Python 3.7 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue34383> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com