Alexander Belopolsky <[email protected]> added the comment:

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.

----------

_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue9738>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to