Message285745
My patch doesn't use _PyStack_AsDict() since this function currently fails with an assertion error if a key is not exactly a string (PyUnicode_CheckExact). dict_update_common() already checks if all keys are string. |
|
Date |
User |
Action |
Args |
2017-01-18 17:10:15 | vstinner | set | recipients:
+ vstinner, methane |
2017-01-18 17:10:15 | vstinner | set | messageid: <1484759415.16.0.279439377775.issue29312@psf.upfronthosting.co.za> |
2017-01-18 17:10:15 | vstinner | link | issue29312 messages |
2017-01-18 17:10:15 | vstinner | create | |
|