mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Renamed files bytesobject.[ch] and stringobject.[ch]
Fixed Windows build
This commit is contained in:
parent
72b710a596
commit
2c9c7a5f33
10 changed files with 6528 additions and 6528 deletions
|
@ -654,6 +654,10 @@
|
|||
RelativePath="..\Include\bytes_methods.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Include\bytearrayobject.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Include\bytesobject.h"
|
||||
>
|
||||
|
@ -922,10 +926,6 @@
|
|||
RelativePath="..\Include\sliceobject.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Include\stringobject.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Include\structmember.h"
|
||||
>
|
||||
|
@ -1342,6 +1342,10 @@
|
|||
RelativePath="..\Objects\bytes_methods.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Objects\bytearrayobject.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Objects\bytesobject.c"
|
||||
>
|
||||
|
@ -1462,10 +1466,6 @@
|
|||
RelativePath="..\Objects\sliceobject.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Objects\stringobject.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Objects\structseq.c"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue