commit | 2d01dc00bc4ca3eb0cf1cc1ee44859a4eaf165d9 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Fri Mar 09 00:44:13 2012 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Fri Mar 09 00:44:13 2012 +0100 |
tree | 477cdcbe6c0848ad892859fbbaad3c0ff8a5d718 | |
parent | d74782b0ac7dc5c7b8b7ca575829f2f33af66684 [diff] |
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.