mirror of https://github.com/python/cpython
Add the bytes type to the build process.
This commit is contained in:
parent
37ffcf7bae
commit
84f248d302
|
@ -436,6 +436,9 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="..\Objects\bufferobject.c">
|
RelativePath="..\Objects\bufferobject.c">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\Objects\bytesobject.c">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\Objects\cellobject.c">
|
RelativePath="..\Objects\cellobject.c">
|
||||||
</File>
|
</File>
|
||||||
|
|
Loading…
Reference in New Issue