• Jeremy Hylton's avatar
    rapid evolution towards producing real .pyc files (even though I don't · 0fdffcf9
    Jeremy Hylton yazdı
    handle most of the language syntax yet)
    
    create NestedCodeGenerator used to generator the separate code object
    that needs to be passed as an argument to MAKE_FUNCTION when a def
    stmt is found (probably useful for class too)
    
    change CodeGenerator.visitFunction to use the NestedCG
    
    add CompiledModule class to handle creation of .pyc (pretty minimal
    for now)
    
    add makeCodeObject method to PythonVMCode that replaces symbolic names
    with indexes into slots of the code code.  the design of this
    class will probably need to be revised.
    0fdffcf9
Adı
Son kayıt (commit)
Son güncelleme
..
audiopy Loading commit data...
bgen Loading commit data...
compiler/compiler Loading commit data...
faqwiz Loading commit data...
freeze Loading commit data...
i18n Loading commit data...
idle Loading commit data...
modulator Loading commit data...
pynche Loading commit data...
scripts Loading commit data...
versioncheck Loading commit data...
webchecker Loading commit data...
world Loading commit data...
README Loading commit data...