Create fileutils.c/.h

* _Py_fopen() and _Py_stat() come from Python/import.c
 * (_Py)_wrealpath() comes from Python/sysmodule.c
 * _Py_char2wchar(), _Py_wchar2char() and _Py_wfopen() come from Modules/main.c
 * (_Py)_wstat(), (_Py)_wgetcwd(), _Py_wreadlink() come from Modules/getpath.c
This commit is contained in:
Victor Stinner 2010-10-07 21:45:39 +00:00
parent 7ae7c87b05
commit 4e31443c4d
9 changed files with 832 additions and 392 deletions

View file

@ -722,6 +722,10 @@
RelativePath="..\Include\fileobject.h"
>
</File>
<File
RelativePath="..\Include\fileutils.h"
>
</File>
<File
RelativePath="..\Include\floatobject.h"
>
@ -1686,6 +1690,10 @@
RelativePath="..\Python\errors.c"
>
</File>
<File
RelativePath="..\Python\fileutils.c"
>
</File>
<File
RelativePath="..\Python\formatter_unicode.c"
>