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, vstinner
Date 2019-05-16.09:21:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557998493.78.0.0526035265972.issue36936@roundup.psfhosted.org>
In-reply-to
Content
Document and add an assertion that the "keyword names" tuple of the CALL_FUNCTION_KW opcode must be non-empty. This is already the case with the current compiler: if there are no keyword arguments in a call, then the CALL_FUNCTION_KW opcode is not used.

In light of https://github.com/python/peps/pull/1049 it's good to make this an explicit guarantee.
History
Date User Action Args
2019-05-16 09:21:33jdemeyersetrecipients: + jdemeyer, vstinner, petr.viktorin, Mark.Shannon
2019-05-16 09:21:33jdemeyersetmessageid: <1557998493.78.0.0526035265972.issue36936@roundup.psfhosted.org>
2019-05-16 09:21:33jdemeyerlinkissue36936 messages
2019-05-16 09:21:33jdemeyercreate