[Python-checkins] r46689 - in python/trunk: Lib/ctypes/test/test_structures.py Modules/_ctypes/cfield.c
Thomas Wouters
thomas at python.org
Tue Jun 6 16:04:04 CEST 2006
On 6/6/06, thomas.heller <python-checkins at python.org> wrote:
>> Author: thomas.heller
> Date: Tue Jun 6 13:34:33 2006
> New Revision: 46689
>> Modified:
> python/trunk/Lib/ctypes/test/test_structures.py
> python/trunk/Modules/_ctypes/cfield.c
> Log:
> Convert CFieldObject tp_members to tp_getset, since there is no
> structmember typecode for Py_ssize_t fields. This should fix some of
> the errors on the PPC64 debian machine (64-bit, big endian).
There is of course no objection to adding a structmember typecode for
Py_ssize_t fields. I suggested this to Martin a while back, but neither of
us got around to doing it. I think it should be done before 2.5-final,
though. (I vaguely recall Georg doing some work on this, too.)
--
Thomas Wouters <thomas at python.org>
Hi! I'm a .signature virus! copy me into your .signature file to help me
spread!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-checkins/attachments/20060606/caef47ad/attachment.html
More information about the Python-checkins
mailing list