[New-bugs-announce] [issue23867] Argument Clinic: inline parsing code for 1-argument functions

Serhiy Storchaka report at bugs.python.org
Sat Apr 4 16:24:36 CEST 2015


New submission from Serhiy Storchaka:

Proposed patch makes Argument Clinic to inline parsing code for most popular formats in functions with single positional argument. This makes parsing faster.

----------
components: Argument Clinic
files: clinic_meth_o_inline.patch
keywords: patch
messages: 240074
nosy: larry, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Argument Clinic: inline parsing code for 1-argument functions
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file38830/clinic_meth_o_inline.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23867>
_______________________________________


More information about the New-bugs-announce mailing list