[issue4474] PyUnicode_FromWideChar incorrect for characters outside the BMP (unix only)

Mark Dickinson report at bugs.python.org
Mon Dec 1 11:53:23 CET 2008


Mark Dickinson <dickinsm at gmail.com> added the comment:

Just to be clear, the defect in PyUnicode_FromWideChar is present both in 
Python 2.x and Python 3.x.

The problem with command-line arguments only occurs in Python 3.x, since 
2.x doesn't use PyUnicode_FromWideChar in converting arguments.

I can reproduce the 'No such file or directory' error on both OS X and 
Linux, for Python 3.0.

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


More information about the Python-bugs-list mailing list