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

Andrei report at bugs.python.org
Sat Aug 11 15:28:45 EDT 2018


New submission from Andrei <danandrei at 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 <report at bugs.python.org>
<https://bugs.python.org/issue34383>
_______________________________________


More information about the Python-bugs-list mailing list