Message347608
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). |
|
| Date |
User |
Action |
Args |
| 2019-07-10 08:06:51 | jdemeyer | set | recipients:
+ jdemeyer, vstinner, petr.viktorin, Mark.Shannon |
| 2019-07-10 08:06:51 | jdemeyer | set | messageid: <[email protected]> |
| 2019-07-10 08:06:51 | jdemeyer | link | issue37540 messages |
| 2019-07-10 08:06:51 | jdemeyer | create | |
|