[issue13014] _ssl.c: refleak

2012-02-15 Thread Antoine Pitrou
Antoine Pitrou added the comment: I've fixed the actual leak. Thanks! -- nosy: +pitrou resolution: -> fixed stage: -> committed/rejected status: open -> closed versions: +Python 2.7, Python 3.2 ___ Python tracker

[issue13014] _ssl.c: refleak

2012-02-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset f3a4c2b34973 by Antoine Pitrou in branch '3.2': Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert(). http://hg.python.org/cpython/rev/f3a4c2b34973 New changeset 9ab501b3e22d by Antoine Pitrou in branch 'default': Issue #13014: Fi

[issue13014] _ssl.c: refleak

2011-09-21 Thread Stefan Krah
Changes by Stefan Krah : -- components: +Extension Modules title: _ssl.c: resource is not released before returning from the function -> _ssl.c: refleak versions: +Python 3.3 ___ Python tracker ___