Changes between Version 8 and Version 9 of DjangoAndPyPy
- Timestamp:
- Jul 12, 2008, 5:18:34 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoAndPyPy
v8 v9 22 22 ./translate.py --thread --gc=hybrid --batch targetpypystandalone --faassen --allworkingmodules --oldstyle 23 23 }}} 24 This will create a pypy-c executable in the current directory. The generated interpreter will use the modified 24 This 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 32 The generated interpreter will use the modified 25 33 and standard Python libraries bundled with the PyPy source code if a runtime library is not already on the PYTHONPATH. 26 34