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 belopolsky
Recipients belopolsky, dmalcolm, docs@python, eric.araujo, terry.reedy, vstinner
Date 2011-01-04.19:18:35
SpamBayes Score 0.0009084721
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, vstinner, 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