Brett Cannon <br...@python.org> added the comment:

Basically you have to figure out where that bad memory came from and that's 
just plain hard in C short of slowly cutting out code until you get a small 
reproducer. Typically these sorts of issues are almost always in the extension 
modules, but your case is tricky as even if that's true you don't know which 
one is the cause.

----------

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

Reply via email to