You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Use tuples not floats in Python release comparison
This commit is contained in:
@@ -18,5 +18,5 @@ class ScannerPyPy36(scan.Scanner36):
|
||||
# There are no differences in initialization between
|
||||
# pypy 3.6 and 3.6
|
||||
scan.Scanner36.__init__(self, show_asm, is_pypy=True)
|
||||
self.version = 3.6
|
||||
self.version = (3, 6)
|
||||
return
|
||||
|
Reference in New Issue
Block a user