Stefan Behnel added the comment:

To me, PyDict_SetDefault() sounds like it's supposed to set a default value 
that PyDict_GetItem() would return instead of NULL on lookup failure. Basically 
a defaultdict-like extension to normal dicts.

----------

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

Reply via email to