This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author scoder
Recipients benjamin.peterson, pitrou, rhettinger, scoder
Date 2013-03-07.19:21:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362684076.38.0.802626318946.issue17327@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-03-07 19:21:16scodersetrecipients: + scoder, rhettinger, pitrou, benjamin.peterson
2013-03-07 19:21:16scodersetmessageid: <1362684076.38.0.802626318946.issue17327@psf.upfronthosting.co.za>
2013-03-07 19:21:16scoderlinkissue17327 messages
2013-03-07 19:21:16scodercreate