STINNER Victor <victor.stin...@haypocalc.com> added the comment:

"op->_ob_prev->_ob_next" comes from _Py_ForgetReference() compiled in pydebug 
mode and it should ends with "UNREF invalid object" but it looks like 
_PyObject_Dump(op->_ob_next->_ob_prev); crashed. Anyway, something gone wrong 
here.

----------

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

Reply via email to