[issue42144] A missing "goto" in the _ssl module!

2020-10-25 Thread Christian Heimes
Christian Heimes added the comment: Thanks, excellent finding. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed type: -> behavior ___ Python tracker __

[issue42144] A missing "goto" in the _ssl module!

2020-10-25 Thread miss-islington
miss-islington added the comment: New changeset 83c86cf54b36a7325f615f5adf22b28e48f0e72d by Miss Skeleton (bot) in branch '3.9': bpo-42144: Add a missing "goto error;" in the _ssl module (GH-22959) https://github.com/python/cpython/commit/83c86cf54b36a7325f615f5adf22b28e48f0e72d --

[issue42144] A missing "goto" in the _ssl module!

2020-10-25 Thread miss-islington
miss-islington added the comment: New changeset 8e980ecfb7b42063ed41d665288aff69f0ed7fdc by Miss Skeleton (bot) in branch '3.8': bpo-42144: Add a missing "goto error;" in the _ssl module (GH-22959) https://github.com/python/cpython/commit/8e980ecfb7b42063ed41d665288aff69f0ed7fdc --

[issue42144] A missing "goto" in the _ssl module!

2020-10-25 Thread miss-islington
miss-islington added the comment: New changeset c32f2976b8f4034724c3270397aa16f38daf470f by Zackery Spytz in branch 'master': bpo-42144: Add a missing "goto error;" in the _ssl module (GH-22959) https://github.com/python/cpython/commit/c32f2976b8f4034724c3270397aa16f38daf470f -- nos

[issue42144] A missing "goto" in the _ssl module!

2020-10-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +21892 pull_request: https://github.com/python/cpython/pull/22975 ___ Python tracker ___ __

[issue42144] A missing "goto" in the _ssl module!

2020-10-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +21891 pull_request: https://github.com/python/cpython/pull/22974 ___ Python tracker ___ __

[issue42144] A missing "goto" in the _ssl module!

2020-10-24 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +21876 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22959 ___ Python tracker ___ __

[issue42144] A missing "goto" in the _ssl module!

2020-10-24 Thread Zackery Spytz
New submission from Zackery Spytz : In the _ssl_configure_hostname() function, there's a missing "goto error;" if SSL_set_tlsext_host_name() fails. -- assignee: christian.heimes components: Extension Modules, SSL messages: 379562 nosy: ZackerySpytz, christian.heimes priority: normal sev