Files
cpython/Lib
Victor Stinner 3249dec024 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).
2011-05-01 23:19:15 +02:00
..
2011-04-20 18:52:55 +02:00
2011-04-13 16:43:21 +03:00
2011-03-26 18:11:54 -05:00
2011-04-20 13:03:49 -07:00