[Python-checkins] r74917 - in python/trunk: Lib/ctypes/test/test_structures.py Misc/NEWS Modules/_ctypes/_ctypes.c
Benjamin Peterson
benjamin at python.org
Fri Sep 18 22:51:40 CEST 2009
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
--
Regards,
Benjamin
More information about the Python-checkins
mailing list