Message170853
| Author |
skrah |
| Recipients |
brian.curtin, loewis, skrah |
| Date |
2012年09月20日.21:34:40 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1348176881.28.0.847630849965.issue15995@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
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月20日 21:34:41 | skrah | set | recipients:
+ skrah, loewis, brian.curtin |
| 2012年09月20日 21:34:41 | skrah | set | messageid: <1348176881.28.0.847630849965.issue15995@psf.upfronthosting.co.za> |
| 2012年09月20日 21:34:40 | skrah | link | issue15995 messages |
| 2012年09月20日 21:34:40 | skrah | create |
|