bpo-39382: Avoid dangling object use in abstract_issubclass() (GH-18530)
Hold reference of __bases__ tuple until tuple item is done with, because by dropping the reference the item may be destroyed.
Y
Yonatan Goldschmidt committed
1c56f8ffad44478b4214a2bf8eb7cf51c28a347a
Parent: a025d4c
Committed by GitHub <noreply@github.com>
on 2/22/2020, 1:11:48 PM