]> 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:23:09 +0000 (11:23 -0700)
committerGitHub <noreply@github.com>
Sun, 25 Oct 2020 18:23:09 +0000 (11:23 -0700)
commit83c86cf54b36a7325f615f5adf22b28e48f0e72d
treeb81ccc69ae1b4c500311264a404ebcafdce822d4
parent0aaecb30483e98fc29c1f4253967d05da092f0c5
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