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.20:54:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348260860.21.0.179063128855.issue15993@psf.upfronthosting.co.za>
In-reply-to
Content
Issue #15995 was marked as a duplicate of this issue. Copy of its initial message (msg170853):

This is similar to #15993: With the installed Python from the rc2-msi
test_lzma fails. I cannot reproduce the failure with python.exe (PGO)
compiled from source:


======================================================================                                   
ERROR: test__decode_filter_properties (test.test_lzma.MiscellaneousTestCase)                             
----------------------------------------------------------------------                                   
Traceback (most recent call last):                                                                       
  File "C:\Python33\lib\test\test_lzma.py", line 1105, in test__decode_filter_properties                 
    lzma.FILTER_LZMA1, b"]\x00\x00\x80\x00")                                                             
ValueError: Invalid filter ID: 4611686018427387905                                                       
                                                                                                         
======================================================================                                   
ERROR: test_filter_properties_roundtrip (test.test_lzma.MiscellaneousTestCase)                           
----------------------------------------------------------------------                                   
Traceback (most recent call last):                                                                       
  File "C:\Python33\lib\test\test_lzma.py", line 1114, in test_filter_properties_roundtrip               
    lzma.FILTER_LZMA1, b"]\x00\x00\x80\x00")                                                             
ValueError: Invalid filter ID: 4611686018427387905                                                       
                                                                                                         
----------------------------------------------------------------------
History
Date User Action Args
2012-09-21 20:54:20vstinnersetrecipients: + vstinner, loewis, nadeem.vawda, brian.curtin, skrah
2012-09-21 20:54:20vstinnersetmessageid: <1348260860.21.0.179063128855.issue15993@psf.upfronthosting.co.za>
2012-09-21 20:54:19vstinnerlinkissue15993 messages
2012-09-21 20:54:18vstinnercreate