Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #21332

Re: Python-2.6.1 ctypes test cases failing

From Terry Reedy <tjreedy@udel.edu>
Subject Re: Python-2.6.1 ctypes test cases failing
Date 2012-03-07 14:25 -0500
References <CAJXQGfJUEh0Dw92g16GW2FHVwM5SGPnvM5vSR6yUH9MtrZVf1g@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.479.1331148388.3037.python-list@python.org> (permalink)

Show all headers | View raw


On 3/7/2012 12:43 PM, Naresh Bhat wrote:
> Hi All,
>
> I have the following setup
>
> Kernel version: linux-2.6.32.41
> Python Version: Python-2.6.1
> Hardware target: MIPS 64bit
>
> I am just trying to run python test cases,  Observed that on my MIPS
> 64bit system only _ctypes related test cases are failing.
>
> Is there any available patch for this issue ??

There have been patches to ctypes since 2.6.1. At minimum, you should be 
using the latest version of 2.6. Even better, perhaps, would be the 
latest version of 2.7, since it contain patches applied after 2.6 went 
to security fixes only.

-- 
Terry Jan Reedy

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Python-2.6.1 ctypes test cases failing Terry Reedy <tjreedy@udel.edu> - 2012-03-07 14:25 -0500

csiph-web