This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients brian.curtin, loewis, skrah
Date 2012-09-20.20:31:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348173110.08.0.356112095586.issue15993@psf.upfronthosting.co.za>
In-reply-to
Content
I've installed 3.3.0-rc2 on Windows-7 64-bit using the msi installer.
I'm getting these failures in test_buffer, but I can *not* reproduce
them when I build Win-32/pgo/python.exe from source:

======================================================================
FAIL: test_memoryview_assign (test.test_buffer.TestBufferProtocol)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Program Files (x86)\Python33\lib\test\test_buffer.py", line 2863,
    self.assertEqual(m[i], 8)
AssertionError: 34359738368 != 8

======================================================================
FAIL: test_memoryview_struct_module (test.test_buffer.TestBufferProtocol)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Program Files (x86)\Python33\lib\test\test_buffer.py", line 2476,
    self.assertEqual(m[0], nd[0])
AssertionError: 15080797365275624638 != 6838299039298601293
History
Date User Action Args
2012-09-20 20:31:50skrahsetrecipients: + skrah, loewis, brian.curtin
2012-09-20 20:31:50skrahsetmessageid: <1348173110.08.0.356112095586.issue15993@psf.upfronthosting.co.za>
2012-09-20 20:31:49skrahlinkissue15993 messages
2012-09-20 20:31:46skrahcreate