]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #14211: _PyObject_GenericSetAttrWithDict() keeps a strong reference to
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 8 Mar 2012 23:44:13 +0000 (00:44 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 8 Mar 2012 23:44:13 +0000 (00:44 +0100)
commit2d01dc00bc4ca3eb0cf1cc1ee44859a4eaf165d9
tree477cdcbe6c0848ad892859fbbaad3c0ff8a5d718
parentd74782b0ac7dc5c7b8b7ca575829f2f33af66684
Issue #14211: _PyObject_GenericSetAttrWithDict() keeps a strong reference to
the descriptor because it may be destroyed before being used, destroyed during
the update of the dict for example.
Lib/test/crashers/borrowed_ref_1.py [deleted file]
Objects/object.c