[issue4051] use of TCHAR under win32

Roumen Petrov report at bugs.python.org
Sat Oct 11 00:39:09 CEST 2008


Roumen Petrov <bugtrack at roumenpetrov.info> added the comment:

For the protocol I attach part for PythonCE-2.5-20061219.patch. Both
patches address UNICODE name clash in Modules/cPickle.c.

For windows programs UNICODE is more commonly used define and may be
python C-code only has to avoid issues like this one.

I couldn't found where python C-code use so called "TCHAR meaning" and
the first sentence from comment in Ulrich patch looks irrelevant to the
issue.

Also Ulrich patch is far from complete "TCHAR" implementation in python.
May be issue title has to be changed to address more precise problem.

Added file: http://bugs.python.org/file11768/PythonCE-2.5-20061219-cPickle.c-patch

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


More information about the Python-bugs-list mailing list