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.
Created on 2012年09月20日 21:34 by skrah, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg170853 - (view) | Author: Stefan Krah (skrah) * (Python committer) | Date: 2012年09月20日 21:34 | |
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 ---------------------------------------------------------------------- |
|||
| msg170874 - (view) | Author: Stefan Krah (skrah) * (Python committer) | Date: 2012年09月21日 09:30 | |
This should be the same as #15993. Closing. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:36 | admin | set | github: 60199 |
| 2012年09月21日 09:30:09 | skrah | set | status: open -> closed superseder: Windows: 3.3.0-rc2.msi: test_buffer fails messages: + msg170874 resolution: duplicate stage: resolved |
| 2012年09月20日 21:53:34 | vstinner | set | nosy:
+ vstinner |
| 2012年09月20日 21:35:30 | vstinner | set | nosy:
+ nadeem.vawda |
| 2012年09月20日 21:34:40 | skrah | create | |