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 2011年06月30日 15:16 by vstinner, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg139492 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2011年06月30日 15:16 | |
The following test fails sometimes. I don't know on which buildbot it occurs. The last failure is on "x86 XP-5 3.x": ====================================================================== FAIL: test_failing_import_sticks (test.test_import.ImportTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "D:\Buildslave3円.x.moore-windows\build\lib\test\test_import.py", line 185, in test_failing_import_sticks self.assertRaises(ZeroDivisionError, __import__, TESTFN) AssertionError: ZeroDivisionError not raised by __import__ http://www.python.org/dev/buildbot/all/builders/x86%20XP-5%203.x/builds/3085/steps/test/logs/stdio |
|||
| msg178888 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2013年01月03日 01:47 | |
Sporadic failure, I don't know if it was reproduced recently, and the issue has no activity since more than 6 months => I'm closing the issue. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:19 | admin | set | github: 56662 |
| 2013年01月03日 01:47:13 | vstinner | set | status: open -> closed resolution: out of date messages: + msg178888 |
| 2011年12月21日 12:24:51 | pitrou | set | nosy:
+ brett.cannon, ncoghlan |
| 2011年06月30日 15:16:20 | vstinner | create | |