bpo-37540: vectorcall: keyword names must be strings (GH-14682)
The fact that keyword names are strings is now part of the vectorcall and `METH_FASTCALL` protocols. The biggest concrete change is that `_PyStack_UnpackDict` now checks that and raises `TypeError` if not. CC @markshannon @vstinner https://bugs.python.org/issue37540
J
Jeroen Demeyer committed
0567786d26348aa7eaf0ab1b5d038fdabe409d92
Parent: f3cb68f
Committed by Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
on 8/16/2019, 10:41:27 AM