Author: Matti Picus <[email protected]> Branch: win_ffi Changeset: r55407:64692f57d620 Date: 2012-06-05 12:48 +0300 http://bitbucket.org/pypy/pypy/changeset/64692f57d620/
Log: document branch diff --git a/pypy/doc/whatsnew-1.9.rst b/pypy/doc/whatsnew-1.9.rst --- a/pypy/doc/whatsnew-1.9.rst +++ b/pypy/doc/whatsnew-1.9.rst @@ -84,6 +84,8 @@ _invalid_parameter_handler .. branch: win32-kill Add os.kill to windows even if translating python does not have os.kill +.. branch: win_ffi +Handle calling conventions for the _ffi and ctypes modules .. branch: win64-stage1 .. branch: zlib-mem-pressure Memory "leaks" associated with zlib are fixed. _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
