commit | d74782b0ac7dc5c7b8b7ca575829f2f33af66684 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Fri Mar 09 00:39:08 2012 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Fri Mar 09 00:39:08 2012 +0100 |
tree | 6d1e5b3968c53611a989c920be47e65b99c3c7e3 | |
parent | 4dcf474337022ec149c4ed6d90ebafb553e98796 [diff] |
Close #14199: _PyType_Lookup() and super_getattro() keep a strong reference to the type MRO to avoid a crash if the MRO is changed during the lookup.