Author: Lukas Vacek <[email protected]>
Branch: 
Changeset: r70368:4221b74e1e8a
Date: 2014-03-24 23:26 +0000
http://bitbucket.org/pypy/pypy/changeset/4221b74e1e8a/

Log:    embedding.rst edited online with Bitbucket

diff --git a/pypy/doc/embedding.rst b/pypy/doc/embedding.rst
--- a/pypy/doc/embedding.rst
+++ b/pypy/doc/embedding.rst
@@ -1,4 +1,3 @@
-
 Embedding PyPy
 --------------
 
@@ -51,6 +50,8 @@
 
 .. function:: int pypy_execute_source_ptr(char* source, void* ptr);
 
+   .. note:: Not available in <=2.2.1 yet
+   
    Just like the above, except it registers a magic argument in the source
    scope as ``c_argument``, where ``void*`` is encoded as Python int.
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to