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 Mark.Shannon, jdemeyer, petr.viktorin, serhiy.storchaka, vstinner
Date 2019-05-16.10:37:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558003043.31.0.991597553912.issue36936@roundup.psfhosted.org>
In-reply-to
Content
> 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
History
Date User Action Args
2019-05-16 10:37:23jdemeyersetrecipients: + jdemeyer, vstinner, petr.viktorin, Mark.Shannon, serhiy.storchaka
2019-05-16 10:37:23jdemeyersetmessageid: <1558003043.31.0.991597553912.issue36936@roundup.psfhosted.org>
2019-05-16 10:37:23jdemeyerlinkissue36936 messages
2019-05-16 10:37:23jdemeyercreate