]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19437: Fix newPySSLSocket(), handle PyWeakref_NewRef() failure
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 31 Oct 2013 15:35:38 +0000 (16:35 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 31 Oct 2013 15:35:38 +0000 (16:35 +0100)
commita9eb38f02a7c0b5540da84cdf94ef4b56bef1716
tree4ae9775b171468e6c2ba3b54a721ae09a7159b48
parente75996a77ca1974ffa36f9b7be6cd9d3023c49e7
Issue #19437: Fix newPySSLSocket(), handle PyWeakref_NewRef() failure
Modules/_ssl.c