Message342631
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. |
|
| Date |
User |
Action |
Args |
| 2019-05-16 09:21:33 | jdemeyer | set | recipients:
+ jdemeyer, vstinner, petr.viktorin, Mark.Shannon |
| 2019-05-16 09:21:33 | jdemeyer | set | messageid: <[email protected]> |
| 2019-05-16 09:21:33 | jdemeyer | link | issue36936 messages |
| 2019-05-16 09:21:33 | jdemeyer | create | |
|