[issue13199] slice_richcompare() might leak an object in rare cases

2011-10-17 Thread Sven Marnach
New submission from Sven Marnach s...@marnach.net: If exactly one of the two tuple allocations in [1] fails, the tuple that is successfully allocated won't be freed. (This probably never happened. Are you interested in this kind of bug report anyway?) [1]:

[issue13199] slice_richcompare() might leak an object in rare cases

2011-10-17 Thread Meador Inge
Changes by Meador Inge mead...@gmail.com: -- nosy: +meador.inge stage: - test needed type: - resource usage versions: +Python 2.7, Python 3.2, Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13199

[issue13199] slice_richcompare() might leak an object in rare cases

2011-10-17 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 53c87a0275ab by Benjamin Peterson in branch '3.2': plug possible refleak (closes #13199) http://hg.python.org/cpython/rev/53c87a0275ab New changeset 7bf70519795c by Benjamin Peterson in branch 'default': merge 3.2