[issue12118] test_imp failure

Antoine Pitrou report at bugs.python.org
Thu May 19 18:19:45 CEST 2011


New submission from Antoine Pitrou <pitrou at free.fr>:

I get the following failure under a fresh checkout:

======================================================================
ERROR: test_issue5604 (test.test_imp.ImportTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/antoine/t/cpython/Lib/test/test_imp.py", line 163, in test_issue5604
    temp_mod_name, imp.cache_from_source(temp_mod_name + '.py'))
IOError: [Errno 2] No such file or directory

----------
components: Tests
messages: 136300
nosy: barry, brett.cannon, ncoghlan, pitrou
priority: normal
severity: normal
status: open
title: test_imp failure
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12118>
_______________________________________


More information about the Python-bugs-list mailing list