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.

Author dandrei
Recipients asvetlov, dandrei, yselivanov
Date 2018-08-11.19:28:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534015725.83.0.56676864532.issue34383@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2018-08-11 19:28:45dandreisetrecipients: + dandrei, asvetlov, yselivanov
2018-08-11 19:28:45dandreisetmessageid: <1534015725.83.0.56676864532.issue34383@psf.upfronthosting.co.za>
2018-08-11 19:28:45dandreilinkissue34383 messages
2018-08-11 19:28:45dandreicreate