commit | e363ec10578d7c378998a2170fb7babe3cfb6586 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Sun May 01 23:43:37 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Sun May 01 23:43:37 2011 +0200 |
tree | 1164473d6ece233ded4d00f5e52e3f7607b94245 | |
parent | 12b8fcfc45373ba48961866289809a004fcd5c14 [diff] |
(Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapper descriptor, the check of the object type doesn't read the __class__ attribute anymore. Fix a crash if a class override its __class__ attribute (e.g. a proxy of the str type).