[pypy-commit] pypy disable_pythonapi: pythonapi is not windows specific

mattip noreply at buildbot.pypy.org
Sun Jun 22 10:48:22 CEST 2014


Author: mattip <matti.picus at 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 


More information about the pypy-commit mailing list