Author: mattip <matti.pi...@gmail.com>
Branch: disable_pythonapi
Changeset: r72129:5cc32885d631
Date: 2014-06-22 10:21 +0300
http://bitbucket.org/pypy/pypy/changeset/5cc32885d631/

Log:    pythonapi is not windows specific

diff --git a/pypy/doc/ctypes-implementation.rst 
b/pypy/doc/ctypes-implementation.rst
--- a/pypy/doc/ctypes-implementation.rst
+++ b/pypy/doc/ctypes-implementation.rst
@@ -72,7 +72,7 @@
 Here is a list of the limitations and missing features of the
 current implementation:
 
-* ``ctypes.pythonapi`` (Windows only) lets you access the CPython C API 
+* ``ctypes.pythonapi`` lets you access the CPython C API 
   emulation layer. It does not work on PyPy at the moment, we are missing a
   ``getfunc`` method for CDLL. Work was begun
   to refactor the rpython implementation of _rawffi (in 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to