Skip Montanaro <s...@pobox.com> added the comment:

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).

----------
nosy: +skip.montanaro

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6674>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to