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年03月12日 01:24 by eric.smith, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| issue14256.diff | kroger, 2012年03月12日 01:46 | review | ||
| Messages (3) | |||
|---|---|---|---|
| msg155425 - (view) | Author: Eric V. Smith (eric.smith) * (Python committer) | Date: 2012年03月12日 01:24 | |
Presumably this needs to use requires_zlib. $ time ./python -m test test_logging [1/1] test_logging test test_logging crashed -- Traceback (most recent call last): File "/home/eric/local/python/cpython/Lib/test/regrtest.py", line 1229, in runtest_inner the_package = __import__(abstest, globals(), locals(), []) File "/home/eric/local/python/cpython/Lib/test/test_logging.py", line 49, in <module> import zlib ImportError: No module named 'zlib' 1 test failed: test_logging [111665 refs] |
|||
| msg155430 - (view) | Author: Pedro Kroger (kroger) | Date: 2012年03月12日 01:46 | |
Attached patch to fix this issue. |
|||
| msg155443 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年03月12日 05:47 | |
New changeset 4b54a686541f by Eric V. Smith in branch 'default': Make test_logging no longer fail if zlib not present. Closes #14256. Patch by Pedro Kroger. http://hg.python.org/cpython/rev/4b54a686541f |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:27 | admin | set | github: 58464 |
| 2012年03月12日 05:47:35 | python-dev | set | status: open -> closed nosy: + python-dev messages: + msg155443 resolution: fixed stage: patch review -> resolved |
| 2012年03月12日 05:42:47 | eric.smith | set | type: behavior stage: patch review |
| 2012年03月12日 05:42:24 | eric.smith | set | assignee: eric.smith |
| 2012年03月12日 01:46:09 | kroger | set | files:
+ issue14256.diff nosy: + kroger messages: + msg155430 keywords: + patch |
| 2012年03月12日 01:24:16 | eric.smith | create | |