]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41252: Fix incorrect refcounting in _ssl.c's _servername_callback() (GH-21407)
authorZackery Spytz <zspytz@gmail.com>
Thu, 9 Jul 2020 10:00:21 +0000 (04:00 -0600)
committerGitHub <noreply@github.com>
Thu, 9 Jul 2020 10:00:21 +0000 (03:00 -0700)
commitee96f32ca24779656d3c8736d26671fc3689f0a3
treebd9e791d38634b225cdee142a0f746c5db8855b5
parenta908bc4dd81f5881280f54b17aae1e7bc450efc9
bpo-41252: Fix incorrect refcounting in _ssl.c's _servername_callback() (GH-21407)
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