[New-bugs-announce] [issue28870] Refactor PyObject_CallFunctionObjArgs() and like

Serhiy Storchaka report at bugs.python.org
Sun Dec 4 17:50:13 EST 2016


New submission from Serhiy Storchaka:

Following patch I wrote in attempt to decrease a stack consumption of PyObject_CallFunctionObjArgs(), PyObject_CallMethodObjArgs() and _PyObject_CallMethodIdObjArgs(). But it doesn't affect a stack consumption. I still didn't measured what performance effect it has. Seems it makes a code a little cleaner.

----------
components: Interpreter Core
files: PyObject_CallFunctionObjArgs.patch
keywords: patch
messages: 282374
nosy: haypo, serhiy.storchaka
priority: normal
severity: normal
status: open
title: Refactor PyObject_CallFunctionObjArgs() and like
type: enhancement
versions: Python 3.7
Added file: http://bugs.python.org/file45758/PyObject_CallFunctionObjArgs.patch

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


More information about the New-bugs-announce mailing list