]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41252: Fix incorrect refcounting in _ssl.c's _servername_callback() (GH-21407)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 9 Jul 2020 10:18:30 +0000 (03:18 -0700)
committerGitHub <noreply@github.com>
Thu, 9 Jul 2020 10:18:30 +0000 (03:18 -0700)
commit90584c02b4dcfc087bee5e4131b7ba72b669d58a
treed66ef7465f44c442b519933d6e48a0bed63a649a
parente68978978f49cfc489fa0f888281ce84460818c0
bpo-41252: Fix incorrect refcounting in _ssl.c's _servername_callback() (GH-21407)

(cherry picked from commit ee96f32ca24779656d3c8736d26671fc3689f0a3)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Misc/NEWS.d/next/Core and Builtins/2020-07-08-21-55-23.bpo-41252.nBWL-Y.rst [new file with mode: 0644]
Modules/_ssl.c