This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, corona10, grahamd, larry, pablogsal, petr.viktorin, vstinner
Date 2021-09-29.15:02:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632927773.73.0.861291854218.issue45319@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-09-29 15:02:53christian.heimessetrecipients: + christian.heimes, vstinner, larry, grahamd, petr.viktorin, corona10, pablogsal
2021-09-29 15:02:53christian.heimessetmessageid: <1632927773.73.0.861291854218.issue45319@roundup.psfhosted.org>
2021-09-29 15:02:53christian.heimeslinkissue45319 messages
2021-09-29 15:02:53christian.heimescreate