Index: branches/2020Q3/www/node/files/patch-tools_genv8constants.py =================================================================== --- branches/2020Q3/www/node/files/patch-tools_genv8constants.py (revision 545565) +++ branches/2020Q3/www/node/files/patch-tools_genv8constants.py (revision 545566) @@ -1,11 +1,11 @@ ---- tools/genv8constants.py.orig 2020-05-14 21:31:48 UTC +--- tools/genv8constants.py.orig 2020-08-20 20:43:20 UTC +++ tools/genv8constants.py @@ -20,7 +20,7 @@ if len(sys.argv) != 3: outfile = open(sys.argv[1], 'w') try: pipe = subprocess.Popen([ 'objdump', '-z', '-D', sys.argv[2] ], - bufsize=-1, stdout=subprocess.PIPE).stdout -+ bufsize=-1, stdout=subprocess.PIPE, text=True).stdout ++ bufsize=-1, stdout=subprocess.PIPE, universal_newlines=True).stdout except OSError as e: if e.errno == errno.ENOENT: print(''' Index: branches/2020Q3 =================================================================== --- branches/2020Q3 (revision 545565) +++ branches/2020Q3 (revision 545566) Property changes on: branches/2020Q3 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r545565