Changes between Version 8 and Version 9 of DjangoAndPyPy


Ignore:
Timestamp:
Jul 12, 2008, 5:18:34 AM (16 years ago)
Author:
Henrik Vendelbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DjangoAndPyPy

    v8 v9  
    2222./translate.py --thread --gc=hybrid --batch targetpypystandalone --faassen --allworkingmodules --oldstyle
    2323}}}
    24 This will create a pypy-c executable in the current directory. The generated interpreter will use the modified
     24This will create a pypy-c executable in the current directory.
     25 * Python Language
     26 * Thread support
     27 * Hybrid generational style garbage collector
     28 * All optimisations
     29 * All working modules
     30 * Support old style classes style as done in Python 2.5
     31 
     32The generated interpreter will use the modified
    2533and standard Python libraries bundled with the PyPy source code if a runtime library is not already on the PYTHONPATH.
    2634
Back to Top