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 tim.peters
Recipients mmokrejs, pitrou, skrah, tim.peters, vstinner
Date 2013-08-30.16:32:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377880373.63.0.0952386975101.issue18884@psf.upfronthosting.co.za>
In-reply-to
Content
The matplotlib people won't care about this one either.  matplotlib allocated the memory, and the error message at the end says it's _trying_ to call _PyMem_DebugFree (which may well be trying to release the memory), but the binaries aren't compatible:  _PyMem_DebugFree doesn't exist.  That's on you, not on matplotlib or on Python - you're mixing together binaries that can't possibly work together.

So if this bug is re-opened, it should be assigned to you to fix it ;-)
History
Date User Action Args
2013-08-30 16:32:53tim.peterssetrecipients: + tim.peters, mmokrejs, pitrou, vstinner, skrah
2013-08-30 16:32:53tim.peterssetmessageid: <1377880373.63.0.0952386975101.issue18884@psf.upfronthosting.co.za>
2013-08-30 16:32:53tim.peterslinkissue18884 messages
2013-08-30 16:32:53tim.peterscreate