[issue7616] test_memoryview test_setitem_writable failures with Intel ICC

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- components: +Tests -Library (Lib) nosy: +michael.foord versions: +Python 3.1, Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7616

[issue7616] test_memoryview test_setitem_writable failures with Intel ICC

2010-07-11 Thread Stefan Krah
Stefan Krah stefan-use...@bytereef.org added the comment: Confirmed with release27-maint, icc 11.0. -- nosy: +skrah ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7616 ___

[issue7616] test_memoryview test_setitem_writable failures with Intel ICC

2010-07-11 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Can you try with the following patch? -- keywords: +patch nosy: +pitrou Added file: http://bugs.python.org/file17942/memmove.patch ___ Python tracker rep...@bugs.python.org

[issue7616] test_memoryview test_setitem_writable failures with Intel ICC

2010-07-11 Thread Michael Foord
Changes by Michael Foord mich...@voidspace.org.uk: -- nosy: -michael.foord ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7616 ___ ___

[issue7616] test_memoryview test_setitem_writable failures with Intel ICC

2010-07-11 Thread Stefan Krah
Stefan Krah stefan-use...@bytereef.org added the comment: Antoine, the patch works well. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7616 ___

[issue7616] test_memoryview test_setitem_writable failures with Intel ICC

2010-07-11 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Thank you. This was fixed in r82814 (py3k), r82815 (2.7), r82816 (3.1). -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7616

[issue7616] test_memoryview test_setitem_writable failures with Intel ICC

2009-12-31 Thread ivank
New submission from ivank i...@ludios.org: 3 memoryview tests fail with Intel ICC 11.1. They don't fail with gcc 4.4.1-4ubuntu8 on the same machine. == FAIL: test_setitem_writable (__main__.BytesMemorySliceSliceTest)