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 vstinner
Recipients Mark.Shannon, eric.snow, gvanrossum, kj, vstinner
Date 2022-01-22.01:42:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
It's a regression introduced by the following change:

commit 3163e68c342434db37c69669017f96a4bb2d5f13
Author: Ken Jin <[email protected]>
Date:   Wed Oct 20 07:16:36 2021 +0800

    bpo-44525: Specialize ``CALL_FUNCTION`` for C function calls (GH-26934)
History
Date User Action Args
2022-01-22 01:42:23vstinnersetrecipients: + vstinner, gvanrossum, Mark.Shannon, eric.snow, kj
2022-01-22 01:42:23vstinnersetmessageid: <[email protected]>
2022-01-22 01:42:23vstinnerlinkissue46465 messages
2022-01-22 01:42:23vstinnercreate