This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: asyncio passes SSL certificate error to loop.call_exception_handler()
Type: behavior Stage: resolved
Components: asyncio Versions: Python 3.7
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: asvetlov, dandrei, yselivanov
Priority: normal Keywords:

Created on 2018-08-11 19:28 by dandrei, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg323421 - (view) Author: Andrei (dandrei) Date: 2018-08-11 19:28
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
msg327363 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2018-10-08 16:49
Duplicate of #34630
History
Date User Action Args
2022-04-11 14:59:04adminsetgithub: 78564
2018-10-08 16:49:17asvetlovsetstatus: open -> closed
resolution: duplicate
messages: + msg327363

stage: resolved
2018-08-11 19:28:45dandreicreate