Tim Peters added the comment: 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 ;-) ---------- nosy: +tim.peters _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue18884> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com