[issue46944] Use FASTCALL calling convention in generator.throw

Kumar Aditya report at bugs.python.org
Mon Mar 7 06:56:37 EST 2022


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

Use FASTCALL calling convention in generator.throw to avoid creating a temporary tuple to pass arguments to the function.

----------
components: Interpreter Core
messages: 414660
nosy: Mark.Shannon, kumaraditya303
priority: normal
pull_requests: 29839
severity: normal
status: open
title: Use FASTCALL calling convention in generator.throw
versions: Python 3.11

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


More information about the Python-bugs-list mailing list