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

> What happens when pass an empty tuple?

The way how bytecode is compiled, that doesn't actually happen so it's an 
entirely hypothetical question.

The various XXX_FastCallKeywords functions seem to allow passing an empty tuple 
to mean "no keyword arguments", so I guess that nothing breaks when you would 
actually pass an empty tuple

----------

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

Reply via email to