]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42144: Add a missing "goto error;" in the _ssl module (GH-22959)
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 25 Oct 2020 18:21:35 +0000 (11:21 -0700)
committerGitHub <noreply@github.com>
Sun, 25 Oct 2020 18:21:35 +0000 (11:21 -0700)
commit8e980ecfb7b42063ed41d665288aff69f0ed7fdc
tree33c875ee5f5898cc1a1874d5864bb75b456512a9
parent8485d3b911c3cb73ed6217a47c7720f9277efc01
bpo-42144: Add a missing "goto error;" in the _ssl module (GH-22959)

(cherry picked from commit c32f2976b8f4034724c3270397aa16f38daf470f)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Modules/_ssl.c