blob: 09ffb368b7c616e176109293118c8168f077beed [file] [log] [blame]
Fix rare Python crash due to bad refcounting in ``type_getattro()`` if a
descriptor deletes itself from the class. Patch by Jeroen Demeyer.