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 2015年03月31日 16:56 by brett.cannon, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg239734 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2015年03月31日 16:56 | |
====================================================================== ERROR: test_warning_classes (__main__.CWarnTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/bcannon/Repositories/cpython/pep-488/Lib/test/test_warnings.py", line 460, in test_warning_classes self.module.warn('good warning category', MyWarningClass) WarnTests.test_warning_classes.<locals>.MyWarningClass: good warning category |
|||
| msg239736 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2015年03月31日 17:14 | |
This is a duplicate of issue23027. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:14 | admin | set | github: 68017 |
| 2015年03月31日 17:14:07 | serhiy.storchaka | set | status: open -> closed superseder: test_warnings fails with -Werror nosy: + serhiy.storchaka messages: + msg239736 resolution: duplicate stage: needs patch -> resolved |
| 2015年03月31日 16:56:21 | brett.cannon | create | |