Author: Wim Lavrijsen <[email protected]>
Branch:
Changeset: r55826:2920113714b3
Date: 2012-06-25 16:19 -0700
http://bitbucket.org/pypy/pypy/changeset/2920113714b3/
Log: fix unexpected side-effect of colum-delimination
diff --git a/pypy/doc/cppyy.rst b/pypy/doc/cppyy.rst
--- a/pypy/doc/cppyy.rst
+++ b/pypy/doc/cppyy.rst
@@ -88,7 +88,7 @@
$ hg up reflex-support # optional
$ cd pypy/translator/goal
- # Example shows python, but using pypy-c is faster and uses less memory:
+ # This example shows python, but using pypy-c is faster and uses less
memory
$ python translate.py -O jit --gcrootfinder=shadowstack
targetpypystandalone.py --withmod-cppyy
This will build a ``pypy-c`` that includes the cppyy module, and through that,
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit