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 kristjan.jonsson
Recipients kristjan.jonsson, lemburg, ncoghlan
Date 2009-09-04.11:54:25
SpamBayes Score 5.5399752e-05
Marked as misclassified No
Message-id <1252065268.74.0.319653064039.issue6836@psf.upfronthosting.co.za>
In-reply-to
Content
There are instances in python where memory allocated using one api 
(PyMem_*) is freed using the other (PyObject_*).
The provided patch (suggested for submission once we fix all instances) 
illustrates this.
It is sufficient to fire up python_d and "import traceback" to trigger the 
error.
History
Date User Action Args
2009-09-04 11:54:30kristjan.jonssonsetrecipients: + kristjan.jonsson, lemburg, ncoghlan
2009-09-04 11:54:28kristjan.jonssonsetmessageid: <1252065268.74.0.319653064039.issue6836@psf.upfronthosting.co.za>
2009-09-04 11:54:26kristjan.jonssonlinkissue6836 messages
2009-09-04 11:54:26kristjan.jonssoncreate