[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

Simon Percivall s.percivall at chello.se
Mon Jun 12 00:19:59 CEST 2006


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.

//Simon


More information about the Python-checkins mailing list