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 piotr
Recipients piotr
Date 2013-03-18.20:45:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363639508.69.0.910213848497.issue17469@psf.upfronthosting.co.za>
In-reply-to
Content
[Forwarding patch from Julien Cristau <julien.cristau@logilab.fr>]

_Py_AllocatedBlocks was never incremented in PyObject_Malloc(), but
would still be decremented on failure or in PyObject_Free().
History
Date User Action Args
2013-03-18 20:45:08piotrsetrecipients: + piotr
2013-03-18 20:45:08piotrsetmessageid: <1363639508.69.0.910213848497.issue17469@psf.upfronthosting.co.za>
2013-03-18 20:45:08piotrlinkissue17469 messages
2013-03-18 20:45:08piotrcreate