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 Dennis Sweeney
Recipients Dennis Sweeney, Mark.Shannon, corona10, jstasiak, lukasz.langa, methane, pablogsal, serhiy.storchaka, uriyyo
Date 2022-01-03.04:30:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641184224.23.0.0466596303838.issue42202@roundup.psfhosted.org>
In-reply-to
Content
I believe this change accidentally affected the API of PyFunction_GetAnnotations: previously it would only return dict or NULL, now it can also return a tuple. See bpo-46236
History
Date User Action Args
2022-01-03 04:30:24Dennis Sweeneysetrecipients: + Dennis Sweeney, methane, lukasz.langa, Mark.Shannon, serhiy.storchaka, jstasiak, corona10, pablogsal, uriyyo
2022-01-03 04:30:24Dennis Sweeneysetmessageid: <1641184224.23.0.0466596303838.issue42202@roundup.psfhosted.org>
2022-01-03 04:30:24Dennis Sweeneylinkissue42202 messages
2022-01-03 04:30:24Dennis Sweeneycreate