I've come across some old Python code (Python bytecode 2.5) that I've decompiled with uncompyle6. I've made no changes to the uncompiled code. I went to compile the code again in it's Python 2.5 environment I get this.
String = b'\xb8\xcd\xc2\x93\x8e\x8e\x94'
^
SyntaxError: invalid syntax
I'm new to Python and wanted to have a look at the code. Any ideas?
source https://stackoverflow.com/questions/70747011/invalid-syntax-error-during-compile-of-bytes-sequence
Comments
Post a Comment