[issue3699] test_bigaddrspace broken

2010-11-04 Thread Antoine Pitrou
Antoine Pitrou added the comment: I've made cosmetic changes and applied in r86175 (3.2) and r86176 (3.1). Thank you! -- priority: high -> normal resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python track

[issue3699] test_bigaddrspace broken

2010-11-04 Thread Sandro Tosi
Sandro Tosi added the comment: The attached patch implements the same tests of byte for string objects. -- assignee: -> sandro.tosi stage: -> patch review Added file: http://bugs.python.org/file19497/issue3699-py3k-v2.patch ___ Python tracker

[issue3699] test_bigaddrspace broken

2010-11-03 Thread Sandro Tosi
Sandro Tosi added the comment: After quite a bit of discussion with Antoine on IRC, here it is a preliminary patch: it uses byte instead of string, but at least it works :) I'll work on a string (additional) test class hopefully tomorrow -- keywords: +patch nosy: +sandro.tosi Added fi

[issue3699] test_bigaddrspace broken

2010-07-31 Thread Antoine Pitrou
Antoine Pitrou added the comment: No, the problem is specific to 3.x, because the tests haven't been ported properly. I still want to have the priority as "high", because a broken test should not be left as-is. -- versions: -Python 2.7 ___ Python

[issue3699] test_bigaddrspace broken

2010-07-31 Thread Mark Lawrence
Mark Lawrence added the comment: Adding 2.7 as blame shows the file is essentially the same as for py3k. Can the priority of this be lowered to normal? -- nosy: +BreamoreBoy versions: +Python 2.7 ___ Python tracker

[issue3699] test_bigaddrspace broken

2010-05-11 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.2 -Python 3.0 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue3699] test_bigaddrspace broken

2009-03-13 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- versions: +Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue3699] test_bigaddrspace broken

2008-08-27 Thread Antoine Pitrou
New submission from Antoine Pitrou <[EMAIL PROTECTED]>: ./python3 Lib/test/regrtest.py -v -M 2.1Gb test_bigaddrspace test_bigaddrspace test_concat (test.test_bigaddrspace.StrTest) ... ERROR test_optimized_concat (test.test_bigaddrspace.StrTest) ... ERROR =