[Python-checkins] r46824 - in python/trunk/Modules/_ctypes: _ctypes.c callproc.c ctypes.h libffi/src/x86/darwin.S libffi_msvc/mingwin32.S stgdict.c

Thomas Heller theller at python.net
Mon Jun 12 08:16:58 CEST 2006


Simon Percivall wrote:
> On 10 jun 2006, at 21.51, thomas.heller wrote:
>> Author: thomas.heller
>> Date: Sat Jun 10 21:51:46 2006
>> New Revision: 46824
>>
>> Removed:
>>    python/trunk/Modules/_ctypes/libffi_msvc/mingwin32.S
>> Modified:
>>    python/trunk/Modules/_ctypes/_ctypes.c
>>    python/trunk/Modules/_ctypes/callproc.c
>>    python/trunk/Modules/_ctypes/ctypes.h
>>    python/trunk/Modules/_ctypes/libffi/src/x86/darwin.S
>>    python/trunk/Modules/_ctypes/stgdict.c
>> Log:
>> Upgrade to ctypes version 0.9.9.7.
>>
>> <snip>
>>
>> Modified: python/trunk/Modules/_ctypes/libffi/src/x86/darwin.S
>> ====================================================================== 
>> ========
>> --- python/trunk/Modules/_ctypes/libffi/src/x86/darwin.S	(original)
>> +++ python/trunk/Modules/_ctypes/libffi/src/x86/darwin.S	Sat Jun 10  
>> 21:51:46 2006
>> @@ -193,3 +193,198 @@
>> #endif /* ifndef __x86_64__ */
>>
>> #endif /* defined __i386__ */
>> +#ifdef __i386__
>>
>> <snip>
> 
> The darwin.S checkin seems to be an oopsie!. The entire contents
> is duplicated in the file, leading to compile error.
> 

Thanks for the heads-up, should be fixed now.

I have no idea why this happend - IIRC, I only did run svneol.py on the
file.

Thomas



More information about the Python-checkins mailing list