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 larry
Recipients christian.heimes, corona10, grahamd, larry, pablogsal, petr.viktorin
Date 2022-03-10.05:12:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646889126.05.0.990293836568.issue45319@roundup.psfhosted.org>
In-reply-to
Content
(It's also possible your workaround where wrapt explicitly defines an "__annotations__" getset on every child of ObjectProxy is the right fix.  I don't know; I don't know the fine points of attribute access, like when does it access getsets on the type, vs getsets on base types, vs setattro, etc.)
History
Date User Action Args
2022-03-10 05:12:06larrysetrecipients: + larry, christian.heimes, grahamd, petr.viktorin, corona10, pablogsal
2022-03-10 05:12:06larrysetmessageid: <1646889126.05.0.990293836568.issue45319@roundup.psfhosted.org>
2022-03-10 05:12:06larrylinkissue45319 messages
2022-03-10 05:12:05larrycreate