[New-bugs-announce] [issue36127] Argument Clinic: inline parsing code for functions with keyword parameters

Serhiy Storchaka report at bugs.python.org
Tue Feb 26 12:30:36 EST 2019


New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:

This is a follow up of issue23867 and issue35582. The proposed PR makes Argument Clinic inlining parsing code for functions with keyword parameters, i.e. functions that use _PyArg_ParseTupleAndKeywordsFast() and _PyArg_ParseStackAndKeywords() now. This saves time for parsing format strings and calling few levels of functions.

----------
assignee: serhiy.storchaka
components: Argument Clinic
messages: 336700
nosy: larry, serhiy.storchaka, vstinner
priority: normal
severity: normal
status: open
title: Argument Clinic: inline parsing code for functions with keyword parameters
type: performance
versions: Python 3.8

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


More information about the New-bugs-announce mailing list