[issue25750] tp_descr_get(self, obj, type) is called without owning a reference to "self"

STINNER Victor report at bugs.python.org
Tue Jan 3 09:38:16 EST 2017


STINNER Victor added the comment:

> The crash (the one we're experiencing) still happens with 2.7.13. But at this point it's not clear whether it's a Python bug or a Cython bug, as jdemeyer's patch doesn't fix it. We're having a hard time getting accurate backtraces to actually debug this thing, as it only happens on production servers.

I suggest you to try faulthandler to try to get a traceback ;-)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25750>
_______________________________________


More information about the Python-bugs-list mailing list