mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
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:
parent
7ae7c87b05
commit
4e31443c4d
9 changed files with 832 additions and 392 deletions
|
@ -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"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue