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, rhettinger, scoder
Date 2013-03-07.19:15:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362683751.91.0.985045692388.issue17327@psf.upfronthosting.co.za>
In-reply-to
Content
Well, guess what, I kind-of figured that. So, what's wrong with PyDict_GetItemSetDefault()? That mimics the Python method name, too, while at the same time making it clear what actually happens and how the C-API function behaves.
History
Date User Action Args
2013-03-07 19:15:51scodersetrecipients: + scoder, rhettinger, benjamin.peterson
2013-03-07 19:15:51scodersetmessageid: <1362683751.91.0.985045692388.issue17327@psf.upfronthosting.co.za>
2013-03-07 19:15:51scoderlinkissue17327 messages
2013-03-07 19:15:51scodercreate