Author: mattip <[email protected]> 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. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
