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 <rep...@bugs.python.org>
<http://bugs.python.org/issue29460>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to