You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
== -> is
This commit is contained in:
@@ -2621,7 +2621,7 @@ def deparse_code(version, co, out=sys.stdout, showasm=None, showast=False,
|
||||
|
||||
assert iscode(co)
|
||||
|
||||
if version == None:
|
||||
if version is None:
|
||||
version = float(sys.version[0:3])
|
||||
|
||||
# store final output stream for case of error
|
||||
|
Reference in New Issue
Block a user