mirror of
https://github.com/python/cpython.git
synced 2026-05-18 10:24:42 -04:00
d9561318d8
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).