This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients serhiy.storchaka, vstinner
Date 2016-12-04.22:50:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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.
History
Date User Action Args
2016-12-04 22:50:13serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner
2016-12-04 22:50:13serhiy.storchakasetmessageid: <[email protected]>
2016-12-04 22:50:13serhiy.storchakalinkissue28870 messages
2016-12-04 22:50:13serhiy.storchakacreate