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 gvanrossum
Recipients asleep-cult, gvanrossum
Date 2021-01-07.02:32:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609986773.79.0.741937704329.issue42848@roundup.psfhosted.org>
In-reply-to
Content
Is there anything specific about __getattribute__ here? Wouldn't you have the same issue for *any* function that raises RecursionError called inside an async def?
History
Date User Action Args
2021-01-07 02:32:53gvanrossumsetrecipients: + gvanrossum, asleep-cult
2021-01-07 02:32:53gvanrossumsetmessageid: <1609986773.79.0.741937704329.issue42848@roundup.psfhosted.org>
2021-01-07 02:32:53gvanrossumlinkissue42848 messages
2021-01-07 02:32:53gvanrossumcreate