[issue4075] Use WCHAR variant of OutputDebugString

Ulrich Eckhardt report at bugs.python.org
Thu Oct 9 16:20:29 CEST 2008


Ulrich Eckhardt <eckhardt at satorlaser.com> added the comment:

Actually, even _Py_NegativeRefcount() passes a statically sized buffer
with 300 chars. Other than that, there is get_ref_type() which uses one
with 350 chars, but AFAICT, that's the largest one. Attached accordingly
modified patch.

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


More information about the Python-bugs-list mailing list