]> granicus.if.org Git - python/commit
Close #14199: _PyType_Lookup() and super_getattro() keep a strong reference to
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 8 Mar 2012 23:39:08 +0000 (00:39 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 8 Mar 2012 23:39:08 +0000 (00:39 +0100)
commitd74782b0ac7dc5c7b8b7ca575829f2f33af66684
tree6d1e5b3968c53611a989c920be47e65b99c3c7e3
parent4dcf474337022ec149c4ed6d90ebafb553e98796
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.
Lib/test/crashers/losing_mro_ref.py [deleted file]
Lib/test/test_descr.py
Objects/typeobject.c