Skip to content

Commit 0f2e142

Browse files
targosruyadorno
authored andcommitted
tools: make genv8constants.py Python3-compatible
PR-URL: #37835 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 44490af commit 0f2e142

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/genv8constants.py

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def out_define():
7373
out_reset()
7474

7575
for line in pipe:
76+
line = line.decode('utf-8')
7677
if curr_sym != None:
7778
#
7879
# This bit of code has nasty knowledge of the objdump text output

0 commit comments

Comments
 (0)