Re: [Python-Dev] test_bigmem and test_bigaddrspace broken

2010-03-17 Thread Martin v. Löwis
> As mentioned I have access to a 16GB machine which is able to run the > tests. The problem is that nobody seems interested in maintaining these > tests. So what do you propose to do? I personally don't see that as a problem. Many rarely-used features get infrequent testing - that's the nature o

Re: [Python-Dev] test_bigmem and test_bigaddrspace broken

2010-03-17 Thread Antoine Pitrou
Hello, Le mercredi 17 mars 2010 à 11:58 -0700, C. Titus Brown a écrit : > On Wed, Mar 17, 2010 at 06:54:33PM +, Antoine Pitrou wrote: > > The title says it all. test_bigmem and test_bigaddrspace are partly > > broken under py3k, and no buildbot ever tests that they run successfully. > > As a