• 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
BeOS Loading commit data...
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.hgtags Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
acconfig.h Loading commit data...
config.h.in Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...