From 0f2e1429464c6640e55181b36deea7a1166bed9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Sat, 20 Mar 2021 12:43:08 +0100 Subject: tools: make genv8constants.py Python3-compatible PR-URL: https://github.com/nodejs/node/pull/37835 Reviewed-By: Colin Ihrig Reviewed-By: Richard Lau Reviewed-By: Antoine du Hamel Reviewed-By: James M Snell --- tools/genv8constants.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/genv8constants.py b/tools/genv8constants.py index f750ca4de75..01aa37cc715 100755 --- a/tools/genv8constants.py +++ b/tools/genv8constants.py @@ -73,6 +73,7 @@ def out_define(): out_reset() for line in pipe: + line = line.decode('utf-8') if curr_sym != None: # # This bit of code has nasty knowledge of the objdump text output -- cgit v1.2.3