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 skip.montanaro
Recipients shashi, skip.montanaro
Date 2009-08-10.12:18:59
SpamBayes Score 5.245276e-08
Marked as misclassified No
Message-id <1249906741.37.0.385998923199.issue6674@psf.upfronthosting.co.za>
In-reply-to
Content
Is your mh_python module written in C/C++ or Python?  If it's written
in C or C++ check your Py_DECREF calls.  You are probably doubly
decrementing some object which at times refers to Py_None.  Do that
enough and you eventually try to deallocate it.

In fact, it does appear that the Megahal python wrapper is written
in C.  I don't know where the source is, but it's almost certain the
problem lies there, not in the Python interpreter core.  I suggest you
contact the Megahal author(s).
History
Date User Action Args
2009-08-10 12:19:01skip.montanarosetrecipients: + skip.montanaro, shashi
2009-08-10 12:19:01skip.montanarosetmessageid: <1249906741.37.0.385998923199.issue6674@psf.upfronthosting.co.za>
2009-08-10 12:18:59skip.montanarolinkissue6674 messages
2009-08-10 12:18:59skip.montanarocreate