[New-bugs-announce] [issue29289] Convert OrderedDict methods to Argument Clinic

STINNER Victor report at bugs.python.org
Mon Jan 16 18:24:44 EST 2017


New submission from STINNER Victor:

Attached patch converts methods using METH_VARARGS|METH_KEYWORDS calling convention to METH_FASTCALL using Argument Clinic. This calling convention is faster, and Argument Clinic provides better docstring.

See also issue #29263 "Implement LOAD_METHOD/CALL_METHOD for C functions" and issue #29286 "Use METH_FASTCALL in str methods".

----------
components: Interpreter Core
files: odict_clinic.patch
keywords: patch
messages: 285588
nosy: eric.snow, haypo, inada.naoki
priority: normal
severity: normal
status: open
title: Convert OrderedDict methods to Argument Clinic
type: performance
versions: Python 3.7
Added file: http://bugs.python.org/file46306/odict_clinic.patch

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


More information about the New-bugs-announce mailing list