[New-bugs-announce] [issue37540] vectorcall: keyword names must be strings

Jeroen Demeyer report at bugs.python.org
Wed Jul 10 04:06:51 EDT 2019


New submission from Jeroen Demeyer <J.Demeyer at UGent.be>:

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).

----------
components: Interpreter Core
messages: 347608
nosy: Mark.Shannon, jdemeyer, petr.viktorin, vstinner
priority: normal
severity: normal
status: open
title: vectorcall: keyword names must be strings
type: enhancement
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37540>
_______________________________________


More information about the New-bugs-announce mailing list