]> granicus.if.org Git - python/commit
Merged revisions 82204 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 24 Jun 2010 22:49:57 +0000 (22:49 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 24 Jun 2010 22:49:57 +0000 (22:49 +0000)
commit94fbaac58def9d3c289e5904e82a1598d4577f9a
treecc59a0cfda417af407a5b985b483922787409b6e
parent53ec7d53d09ed475c2b0856777f58c721660b8ee
Merged revisions 82204 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82204 | antoine.pitrou | 2010-06-25 00:34:04 +0200 (ven., 25 juin 2010) | 5 lines

  Issue #8682: The ssl module now temporary increments the reference count of
  a socket object got through `PyWeakref_GetObject`, so as to avoid possible
  deallocation while the object is still being used.
........
Misc/NEWS
Modules/_ssl.c