[pypy-commit] pypy disable_pythonapi: document branch

mattip noreply at buildbot.pypy.org
Mon Jun 30 03:11:39 CEST 2014


Author: mattip <matti.picus at gmail.com>
Branch: disable_pythonapi
Changeset: r72277:21dd51d4e286
Date: 2014-06-30 04:10 +0300
http://bitbucket.org/pypy/pypy/changeset/21dd51d4e286/

Log:	document branch

diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-head.rst
@@ -43,3 +43,7 @@
 .. branch: jit-get-errno
 Optimize the errno handling in the JIT, notably around external
 function calls. Linux-only.
+
+.. branch: disable_pythonapi
+Remove non-functioning ctypes.pyhonapi and ctypes.PyDLL, document this
+incompatability with cpython. Recast sys.dllhandle to an int.


More information about the pypy-commit mailing list