Jeroen Demeyer <j.deme...@ugent.be> added the comment:

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.

----------
nosy: +jdemeyer

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34090>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to