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

Armin Rigo report at bugs.python.org
Sun Nov 29 03:23:22 EST 2015


Armin Rigo added the comment:

This is a known general issue which is documented in Lib/test/crashers/borrowed_ref_1 inside the 2.7 branch.  In trunk, I see that this file has been deleted, although the issue has not been solved in general.  Only the particular crash in the file has been solved.  (Somebody with motivation should restore the crashers that have been solved superficially only.  But finding actual crashing code takes more effort than I'm willing to put into this rather pointless process, so CPython still gets the occasional bug report like this one instead.)

----------
nosy: +arigo

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


More information about the Python-bugs-list mailing list