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 vstinner
Recipients brian.curtin, loewis, nadeem.vawda, skrah, vstinner
Date 2012-09-21.21:02:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348261344.9.0.687433709249.issue15993@psf.upfronthosting.co.za>
In-reply-to
Content
I fail to reproduce the issue on Windows 7 (Version 6.0.1, number 7601, Service Pack 1):
---
Microsoft Windows [version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Tous droits réservés.

C:\Users\haypo>cd \python33

C:\Python33>python.exe
Python 3.3.0rc2 (v3.3.0rc2:88a0792e8ba3, Sep  9 2012, 10:13:38) [MSC v.1600 64 b
it (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> exit()

C:\Python33>python.exe -m test test_buffer test_lzma
[1/2] test_buffer
[2/2] test_lzma
All 2 tests OK.
---
I'm running Windows 7 in KVM, my host CPU is a Intel i7-2600.

> I'm getting these failures in test_buffer, 
> but I can *not* reproduce them when I build
> Win-32/pgo/python.exe from source:

The issue looks to be specific to 64 bits binaries. You need the professional version of Visual Studio 10. The express version doesn't support 64 bits. I only have the Express version.
History
Date User Action Args
2012-09-21 21:02:25vstinnersetrecipients: + vstinner, loewis, nadeem.vawda, brian.curtin, skrah
2012-09-21 21:02:24vstinnersetmessageid: <1348261344.9.0.687433709249.issue15993@psf.upfronthosting.co.za>
2012-09-21 21:02:24vstinnerlinkissue15993 messages
2012-09-21 21:02:22vstinnercreate