[issue19420] Leak in _hashopenssl.c

2014-04-28 Thread Antoine Pitrou
Antoine Pitrou added the comment: 3.3 is in security mode now, so this can be closed IMO. -- nosy: +pitrou resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.4 -Python 3.3 ___ Python tracker

[issue19420] Leak in _hashopenssl.c

2013-11-17 Thread Christian Heimes
Christian Heimes added the comment: ping -- versions: -Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue19420] Leak in _hashopenssl.c

2013-10-29 Thread Christian Heimes
Christian Heimes added the comment: Fixed in 3.4 Georg, 3.3 is currently in RC phase and this fix is not critical. Do you want me to commit it anyway or shall I wait until 3.3.3 has been released by you? -- ___ Python tracker

[issue19420] Leak in _hashopenssl.c

2013-10-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6fdbb81b4020 by Christian Heimes in branch 'default': Issue #19420: Fix reference leak in module initalization code of _hashopenssl.c http://hg.python.org/cpython/rev/6fdbb81b4020 -- nosy: +python-dev ___

[issue19420] Leak in _hashopenssl.c

2013-10-28 Thread Christian Heimes
Christian Heimes added the comment: 2.7 isn't affected. It's not a security issue which means I'm not going to apply it to 3.2. -- versions: +Python 3.3, Python 3.4 ___ Python tracker _

[issue19420] Leak in _hashopenssl.c

2013-10-28 Thread Christian Heimes
Christian Heimes added the comment: Which Python versions are affected? -- assignee: -> christian.heimes components: +Extension Modules nosy: +christian.heimes stage: -> patch review type: -> resource usage ___ Python tracker

[issue19420] Leak in _hashopenssl.c

2013-10-28 Thread Stefan Krah
New submission from Stefan Krah: There's a leak in _hashopenssl.c. Patch attached. -- files: _hashopenssl.patch keywords: patch messages: 201527 nosy: skrah priority: normal severity: normal status: open title: Leak in _hashopenssl.c Added file: http://bugs.python.org/file32394/_hashopen