[issue1943] improved allocation of PyUnicode objects

Amaury Forgeot d'Arc report at bugs.python.org
Mon Feb 1 14:43:14 CET 2010


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

Again, on Windows there are many many usages of PyUnicode_AS_UNICODE() that pass the result to various Windows API functions, expecting a nul-terminated array of WCHARs. Please don't change this!

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1943>
_______________________________________


More information about the Python-bugs-list mailing list