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年02月19日 17:10 by pitrou, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg153711 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2012年02月19日 17:10 | |
====================================================================== FAIL: test_case_sensitive (importlib.test.extension.test_case_sensitivity.ExtensionModuleCaseSensitivityTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "D:\Buildslave3円.x.moore-windows\build\lib\importlib\test\extension\test_case_sensitivity.py", line 27, in test_case_sensitive self.assertIsNone(loader) AssertionError: <importlib._bootstrap._ExtensionFileLoader object at 0x07C0C850> is not None ====================================================================== FAIL: test_sensitive (importlib.test.source.test_case_sensitivity.CaseSensitivityTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "D:\Buildslave3円.x.moore-windows\build\lib\importlib\test\source\test_case_sensitivity.py", line 46, in test_sensitive self.assertIsNone(insensitive) AssertionError: <importlib._bootstrap._SourceFileLoader object at 0x1259FDC8> is not None |
|||
| msg153739 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年02月20日 00:36 | |
New changeset 5b4b70bd2b6f by Brett Cannon in branch 'default': Fix a failing importlib test under Windows. http://hg.python.org/cpython/rev/5b4b70bd2b6f |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:26 | admin | set | github: 58262 |
| 2012年02月20日 00:38:27 | brett.cannon | set | stage: needs patch -> resolved |
| 2012年02月20日 00:38:22 | brett.cannon | set | status: open -> closed resolution: fixed |
| 2012年02月20日 00:36:51 | python-dev | set | nosy:
+ python-dev messages: + msg153739 |
| 2012年02月19日 17:10:40 | pitrou | create | |