[New-bugs-announce] [issue29460] Speed up _PyArg_NoKeywords() and like

Serhiy Storchaka report at bugs.python.org
Mon Feb 6 03:09:51 EST 2017


New submission from Serhiy Storchaka:

Proposed patch makes _PyArg_NoKeywords(), _PyArg_NoStackKeywords() and _PyArg_NoPositional() macros. This eliminates the overhead of the cross-module function call in common case.

This idea was previously discussed in issue26822 and raised again in issue29452.

----------
components: Interpreter Core
files: _PyArg_NoKeywords_macro.patch
keywords: patch
messages: 287098
nosy: haypo, rhettinger, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Speed up _PyArg_NoKeywords() and like
type: performance
versions: Python 3.7
Added file: http://bugs.python.org/file46537/_PyArg_NoKeywords_macro.patch

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


More information about the New-bugs-announce mailing list