New submission from Kumar Aditya <rahuladitya...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue47127> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com