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 jdemeyer
Recipients jdemeyer, methane, serhiy.storchaka, vstinner, xtreak
Date 2019-04-05.10:27:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554460048.57.0.163266341476.issue34090@roundup.psfhosted.org>
In-reply-to
Content
This might be solvable using PEP 580 by using METH_VARARGS instead of METH_FASTCALL for such functions. This would still require a temporary tuple for the positional args but no additional dict would need to be allocated.
History
Date User Action Args
2019-04-05 10:27:28jdemeyersetrecipients: + jdemeyer, vstinner, methane, serhiy.storchaka, xtreak
2019-04-05 10:27:28jdemeyersetmessageid: <1554460048.57.0.163266341476.issue34090@roundup.psfhosted.org>
2019-04-05 10:27:28jdemeyerlinkissue34090 messages
2019-04-05 10:27:28jdemeyercreate