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
|
||||
RelativePath="..\Objects\bufferobject.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Objects\bytesobject.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Objects\cellobject.c">
|
||||
</File>
|
||||
|
|
Loading…
Reference in New Issue