• Jeremy Hylton's avatar
    add namespace attr to CodeGenerator, can be either MODULE_NAMESPACE or · 3e0910c1
    Jeremy Hylton yazdı
    FUNCTION_NAMESPACE.  initialize in __init__ and reset in
    generateFunctionCode.
    
    replace direct issue of STORE_FAST, STORE_GLOBAL, etc. with call to
    storeName; same for loadName and deleteName
    
    the new {store,load,delete}Name methods use the namespace attr and the
    local variable stack to determine the correct bytecode to issue
    3e0910c1
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
ast.py Loading commit data...
consts.py Loading commit data...
misc.py Loading commit data...
pycodegen.py Loading commit data...
transformer.py Loading commit data...