[New-bugs-announce] [issue47127] Specialize call for c functions with METH_FASTCALL|METH_KEYWORDS

Kumar Aditya report at bugs.python.org
Sat Mar 26 08:16:33 EDT 2022


New submission from Kumar Aditya <rahuladitya303 at gmail.com>:

Specialize call for c functions with METH_FASTCALL|METH_KEYWORDS flags.

It is the second largest PRECALL specialization failure as per the stats.

See https://github.com/faster-cpython/ideas/blob/main/stats.md#specialization-attempts-10

----------
components: Interpreter Core
messages: 416058
nosy: Dennis Sweeney, Mark.Shannon, kumaraditya303
priority: normal
pull_requests: 30204
severity: normal
status: open
title: Specialize call for c functions with METH_FASTCALL|METH_KEYWORDS
type: performance
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue47127>
_______________________________________


More information about the New-bugs-announce mailing list