Path: csiph.com!usenet.pasdenom.info!gegeweb.org!newsfeed.kamp.net!newsfeed.kamp.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'fixes': 0.05; 'subject:test': 0.05; 'subject:Python': 0.05; 'received:verizon.net': 0.07; 'terry': 0.07; 'python': 0.08; 'mips': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:ctypes': 0.09; 'target:': 0.09; '_ctypes': 0.16; 'perhaps,': 0.16; 'reedy': 0.16; 'wrote:': 0.18; 'jan': 0.19; 'trying': 0.21; 'header:In-Reply-To:1': 0.22; 'all,': 0.27; 'pm,': 0.29; 'ctypes': 0.30; 'version': 0.32; 'cases': 0.32; 'there': 0.33; 'header:User-Agent:1': 0.33; 'test': 0.34; 'header:X -Complaints-To:1': 0.34; 'to:addr:python-list': 0.35; 'received:org': 0.36; 'issue': 0.37; 'went': 0.37; 'run': 0.37; 'using': 0.37; 'cases,': 0.38; 'patch': 0.38; 'should': 0.38; 'version:': 0.39; 'setup': 0.40; 'to:addr:python.org': 0.40; '12:43': 0.84; 'minimum,': 0.84; 'observed': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: Python-2.6.1 ctypes test cases failing Date: Wed, 07 Mar 2012 14:25:59 -0500 References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-74-109-121-73.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1331148388 news.xs4all.nl 6930 [2001:888:2000:d::a6]:53529 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:21332 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