Author belopolsky
Recipients belopolsky, dmalcolm, docs@python, eric.araujo, haypo, terry.reedy
Date 2011-01-04.19:18:35
SpamBayes Score 0.000908472
Marked as misclassified No
Message-id <1294168718.02.0.32371139578.issue9738@psf.upfronthosting.co.za>
In-reply-to
Content
Victor,

Here is an interesting case for your collection: PyDict_GetItemString.  Note that it is documented as not setting error, but in fact it may if encoding fails.  This rarely an issue because most uses of PyDict_GetItemString are with an ASCII string literal.
History
Date User Action Args
2011-01-04 19:18:38belopolskysetrecipients: + belopolsky, terry.reedy, haypo, eric.araujo, dmalcolm, docs@python
2011-01-04 19:18:38belopolskysetmessageid: <1294168718.02.0.32371139578.issue9738@psf.upfronthosting.co.za>
2011-01-04 19:18:35belopolskylinkissue9738 messages
2011-01-04 19:18:35belopolskycreate