Changes between Version 12 and Version 13 of DjangoAndPyPy
- Timestamp:
- Aug 18, 2008, 6:00:27 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoAndPyPy
v12 v13 20 20 {{{ 21 21 cd pypy/translator/goal 22 ./translate.py -- thread --gc=hybrid --batch targetpypystandalone --faassen --allworkingmodules22 ./translate.py --batch --opt=3 23 23 }}} 24 24 This will create a pypy-c executable in the current directory.