]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105927: _ssl GET_SOCKET() uses _PyWeakref_GET_REF() (#106002)
authorVictor Stinner <vstinner@python.org>
Fri, 23 Jun 2023 01:02:02 +0000 (03:02 +0200)
committerGitHub <noreply@github.com>
Fri, 23 Jun 2023 01:02:02 +0000 (03:02 +0200)
commit7b3ed5b29fd33ecfdaedc3bb0b8f6c05ded68361
tree0c53f4a70c520735c078aa5aaaa92d2238f3b51e
parentee52158f209835d6d4ca27f44218466f266f4afb
gh-105927: _ssl GET_SOCKET() uses _PyWeakref_GET_REF() (#106002)
Modules/_ssl.c