[PyPy-issue] [issue650] [PATCH] pypy_decl.h uses incorrect types for arguments

Martijn pypy-dev-issue at codespeak.net
Tue Apr 5 21:43:54 CEST 2011


Martijn <ss at kleptog.org> added the comment:

Attached is a version with tests. Please review.

 module/cpyext/api.py                        |   16 +++++++++-------
 module/cpyext/test/test_api.py              |   21 +++++++++++++++++++++
 rpython/lltypesystem/ll2ctypes.py           |    4 ++++
 rpython/lltypesystem/lltype.py              |   28 ++++++++++++++++++++++++++++
 rpython/lltypesystem/rffi.py                |    2 ++
 rpython/lltypesystem/test/test_ll2ctypes.py |    6 ++++++
 rpython/lltypesystem/test/test_lltype.py    |   16 +++++++++++++++-
 rpython/lltypesystem/test/test_rffi.py      |    1 +
 translator/c/database.py                    |    4 +++-
 translator/c/test/test_database.py          |   12 +++++++++++-

----------
title: pypy_decl.h uses incorrect types for arguments -> [PATCH] pypy_decl.h uses incorrect types for arguments

_______________________________________________________
PyPy development tracker <pypy-dev-issue at codespeak.net>
<https://codespeak.net/issue/pypy-dev/issue650>
_______________________________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ctypes_typedef.patch
Type: text/x-diff
Size: 10252 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/pypy-issue/attachments/20110405/25661d90/attachment.patch>


More information about the Pypy-issue mailing list