]> granicus.if.org Git - python/commit
Issue #8682: The ssl module now temporary increments the reference count of
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 24 Jun 2010 22:34:04 +0000 (22:34 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 24 Jun 2010 22:34:04 +0000 (22:34 +0000)
commit8bae4ec62211bb71e4bad87b1a912301f616fb37
treebd95da31043abf63608ad8ad91451df2eb2de717
parent3c9e6e9375954e9911ceddb65a98c3e58986e9a7
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