Skip to content

Commit af03f44

Browse files
targosjasnell
authored andcommitted
tools: make genv8constants.py Python3-compatible
PR-URL: #37835 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 428c3fd commit af03f44

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)