[docs] [issue9738] Document the encoding of functions bytes arguments of the C API

Alexander Belopolsky report at bugs.python.org
Tue Jan 4 20:18:38 CET 2011


Alexander Belopolsky <belopolsky at users.sourceforge.net> 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 <report at bugs.python.org>
<http://bugs.python.org/issue9738>
_______________________________________


More information about the docs mailing list