This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author smarnach
Recipients smarnach
Date 2011-10-17.13:23:44
SpamBayes Score 0.0033198039
Marked as misclassified No
Message-id <1318857825.17.0.435087325593.issue13199@psf.upfronthosting.co.za>
In-reply-to
Content
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]: http://hg.python.org/cpython/file/f6b3ad301851/Objects/sliceobject.c#l349
History
Date User Action Args
2011-10-17 13:23:45smarnachsetrecipients: + smarnach
2011-10-17 13:23:45smarnachsetmessageid: <1318857825.17.0.435087325593.issue13199@psf.upfronthosting.co.za>
2011-10-17 13:23:44smarnachlinkissue13199 messages
2011-10-17 13:23:44smarnachcreate