[Python-Dev] Is Py_WIN_WIDE_FILENAMES still alive? (original) (raw)
ocean ocean at m2.ccsnet.ne.jp
Mon Apr 21 09:54:12 CEST 2008
- Previous message: [Python-Dev] unscriptable?
- Next message: [Python-Dev] Is Py_WIN_WIDE_FILENAMES still alive?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello. I noticed when I removes following line in trunk/PC/pyconfig.h
#define Py_WIN_WIDE_FILENAMES
_fileio.c and posixmodule.c (and maybe more) cannot be compiled on Windows.
When Py_WIN_WIDE_FILENAMES is not defined, how should python behave?
call posix functions like open(2)
call ANSI Win32 APIs like MoveFileA
Or maybe this macro is not used anymore?
Thank you.
- Previous message: [Python-Dev] unscriptable?
- Next message: [Python-Dev] Is Py_WIN_WIDE_FILENAMES still alive?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]