STINNER Victor added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29312>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to