You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
Python 3.2 & 3.3 handle STORE_NAME better
This commit is contained in:
@@ -369,6 +369,11 @@ TABLE_DIRECT = {
|
||||
'importmultiple': ( '%|import %c%c\n', 2, 3 ),
|
||||
'import_cont' : ( ', %c', 2 ),
|
||||
|
||||
########################
|
||||
# Python 3.2 and 3.3 only
|
||||
#######################
|
||||
'store_locals': ( '%|# inspect.currentframe().f_locals = __locals__\n', ),
|
||||
|
||||
########################
|
||||
# Python 3.4+ Additions
|
||||
#######################
|
||||
|
Reference in New Issue
Block a user