Python 3.2 & 3.3 handle STORE_NAME better

This commit is contained in:
rocky
2016-07-11 23:24:52 -04:00
parent 55b269f744
commit 78f24f9c66
4 changed files with 21 additions and 2 deletions

View File

@@ -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
#######################