[issue45319] Possible regression in __annotations__ descr for heap type subclasses

Christian Heimes report at bugs.python.org
Wed Sep 29 11:02:53 EDT 2021


Christian Heimes <lists at cheimes.de> added the comment:

Larry, could you please take a look?

Your commit is causing a regression for C subclasses of heap types when the parent class has an "__annotations__" descriptor. The child class no longer uses the descriptor of the parent class.

----------
nosy: +larry

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45319>
_______________________________________


More information about the Python-bugs-list mailing list