8000 Add the bytes type to the build process. · python/cpython@84f248d · GitHub
[go: up one dir, main page]

Skip to content

Commit 84f248d

Browse files
committed
Add the bytes type to the build process.
1 parent 37ffcf7 commit 84f248d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PCbuild/pythoncore.vcproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,9 @@
436436
<File
437437
RelativePath="..\Objects\bufferobject.c">
438438
</File>
439+
<File
440+
RelativePath="..\Objects\bytesobject.c">
441+
</File>
439442
<File
440443
RelativePath="..\Objects\cellobject.c">
441444
</File>

0 commit comments

Comments
 (0)
0