commit | 8bae4ec62211bb71e4bad87b1a912301f616fb37 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Jun 24 22:34:04 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Jun 24 22:34:04 2010 +0000 |
tree | bd95da31043abf63608ad8ad91451df2eb2de717 | |
parent | 3c9e6e9375954e9911ceddb65a98c3e58986e9a7 [diff] |
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.