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

Reply via email to