[Python-checkins] r74917 - in python/trunk: Lib/ctypes/test/test_structures.py Misc/NEWS Modules/_ctypes/_ctypes.c

Thomas Heller theller at ctypes.org
Sat Sep 19 00:02:53 CEST 2009


Benjamin Peterson schrieb:
> 2009/9/18 thomas.heller <python-checkins at python.org>:
>> Author: thomas.heller
>> Date: Fri Sep 18 20:55:17 2009
>> New Revision: 74917
>>
>> Log:
>> Issue #5042: Structure sub-subclass does now initialize correctly with
>> base class positional arguments.
> 
> Either this commit or you next one causes these warnings on gcc 4.3:
> 
> /home/benjamin/dev/python/trunk/Modules/_ctypes/_ctypes.c: In function
> 'Struct_init':
> /home/benjamin/dev/python/trunk/Modules/_ctypes/_ctypes.c:4093:
> warning: unused variable 'stgdict'
> /home/benjamin/dev/python/trunk/Modules/_ctypes/_ctypes.c: At top level:
> /home/benjamin/dev/python/trunk/Modules/_ctypes/_ctypes.c:4017:
> warning: 'IBUG' defined but not used
> 

I'll fix it, maybe tomorrow.

-- 
Thanks,
Thomas



More information about the Python-checkins mailing list