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-07-10.08:06:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562746011.67.0.0539270871483.issue37540@roundup.psfhosted.org>
In-reply-to
Content
Keyword names in calls are expected to be strings, however it's currently not clear who should enforce/check this.

I suggest to fix this for vectorcall/METH_FASTCALL and specify that it's the caller's job to make sure that keyword names are strings (str subclasses are allowed).
History
Date User Action Args
2019-07-10 08:06:51jdemeyersetrecipients: + jdemeyer, vstinner, petr.viktorin, Mark.Shannon
2019-07-10 08:06:51jdemeyersetmessageid: <1562746011.67.0.0539270871483.issue37540@roundup.psfhosted.org>
2019-07-10 08:06:51jdemeyerlinkissue37540 messages
2019-07-10 08:06:51jdemeyercreate