[pypy-commit] pypy default: embedding.rst edited online with Bitbucket

vlukas noreply at buildbot.pypy.org
Tue Apr 1 09:26:27 CEST 2014


Author: Lukas Vacek <lucas.vacek at gmail.com>
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.
 


More information about the pypy-commit mailing list