You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Small 3.7 steps
This commit is contained in:
@@ -879,6 +879,13 @@ def customize_for_version3(self, version):
|
||||
self.prune()
|
||||
return
|
||||
self.n_return_closure = return_closure
|
||||
|
||||
if version >= 3.7:
|
||||
PRECEDENCE['attribute37'] = 2
|
||||
TABLE_DIRECT.update({
|
||||
'attribute37': ( '%c.%[1]{pattr}', 0 ),
|
||||
})
|
||||
pass
|
||||
pass # version >= 3.6
|
||||
pass # version >= 3.4
|
||||
return
|
||||
|
Reference in New Issue
Block a user