Message342631
| Author | jdemeyer |
|---|---|
| Recipients | Mark.Shannon, jdemeyer, petr.viktorin, vstinner |
| Date | 2019-05-16.09:21:33 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1557998493.78.0.0526035265972.issue36936@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| 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: <1557998493.78.0.0526035265972.issue36936@roundup.psfhosted.org> |
| 2019-05-16 09:21:33 | jdemeyer | link | issue36936 messages |
| 2019-05-16 09:21:33 | jdemeyer | create | |