Message286159
The assertion was valid while all keywords did came from a constant keywords tuple in CALL_FUNCTION_KW. But if the FASTCALL protocol is extended for var-keyword arguments, keywords can be arbitrary and the assertion can fail. The assertion on the next line can fail too.
Calling _PyStack_AsDict() with non-string or non-unique keywords means that the var-keyword argument was first unpacked to arrays of keyword names and values and then converted back to a dict. Seems something is done non-efficiently. |
|
Date |
User |
Action |
Args |
2017-01-24 09:06:32 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, vstinner, methane |
2017-01-24 09:06:31 | serhiy.storchaka | set | messageid: <1485248791.98.0.982574743002.issue29360@psf.upfronthosting.co.za> |
2017-01-24 09:06:31 | serhiy.storchaka | link | issue29360 messages |
2017-01-24 09:06:31 | serhiy.storchaka | create | |
|