[issue36583] Do not swallow exceptions in the _ssl module

2020-10-18 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue36583] Do not swallow exceptions in the _ssl module

2020-10-16 Thread Irit Katriel
Irit Katriel added the comment: Can this be closed? -- nosy: +iritkatriel ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue36583] Do not swallow exceptions in the _ssl module

2019-04-10 Thread Christian Heimes
Change by Christian Heimes : -- assignee: -> serhiy.storchaka type: -> enhancement ___ Python tracker ___ ___ Python-bugs-list

[issue36583] Do not swallow exceptions in the _ssl module

2019-04-10 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +12686 stage: -> patch review ___ Python tracker ___ ___

[issue36583] Do not swallow exceptions in the _ssl module

2019-04-10 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : Currently some exceptions can be swallowed in the _ssl module. The proposed PR fixes this. Some examples: * Use PyDict_GetItemWithError() instead of PyDict_GetItem(). The latter swallows any exceptions. Although it is very unlikely that an exception be