[Python-3000] Windows, sys.argv and unicode

"Martin v. Löwis" martin at v.loewis.de
Sat Feb 16 21:01:10 CET 2008


> If you avoided the static CRT, and only used Windows APIs, that would
> avoid this issue, but that means reimplementing everything -
> malloc/free, FILE*, stdin/stdout/stderr, etc etc. I don't think anyone
> is contemplating that.

Actually, I am. Py3k will already remove usage of stdio, for file input
and output. I would also like to remove CRT file handles, and replace
them with platform file handles. As for malloc and free, using the Heap
API might be an option.

Regards,
Martin


More information about the Python-3000 mailing list