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.

Author terry.reedy
Recipients Arfrever, Claudiu.Popa, berker.peksag, brett.cannon, eric.snow, larry, ncoghlan, pconnell, python-dev, terry.reedy
Date 2014-02-11.11:56:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392119816.69.0.792765111733.issue18864@psf.upfronthosting.co.za>
In-reply-to
Content
Failure with 3.4.0c1:

[170/394/5] test_importlib
test test_importlib failed -- Traceback (most recent call last):
  File "C:\Programs\Python34.32\lib\unittest\case.py", line 57, in testPartExecutor
    yield
  File "C:\Programs\Python34.32\lib\unittest\case.py", line 574, in run
    testMethod()
  File "C:\Programs\Python34.32\lib\unittest\loader.py", line 32, in testFailure
    raise exception
ImportError: Failed to import test module: test.test_importlib.source.test_abc_loader
Traceback (most recent call last):
  File "C:\Programs\Python34.32\lib\unittest\loader.py", line 312, in _find_tests
    module = self._get_module_from_name(name)
  File "C:\Programs\Python34.32\lib\unittest\loader.py", line 290, in _get_module_from_name
    __import__(name)
  File "C:\Programs\Python34.32\lib\test\test_importlib\source\test_abc_loader.py", line 73, in <module>
    class PyLoaderMock(abc.PyLoader):
AttributeError: 'module' object has no attribute 'PyLoader'

On the other hand, the test passes on a fresh debug build.
History
Date User Action Args
2014-02-11 11:56:56terry.reedysetrecipients: + terry.reedy, brett.cannon, ncoghlan, larry, Arfrever, Claudiu.Popa, python-dev, eric.snow, berker.peksag, pconnell
2014-02-11 11:56:56terry.reedysetmessageid: <1392119816.69.0.792765111733.issue18864@psf.upfronthosting.co.za>
2014-02-11 11:56:56terry.reedylinkissue18864 messages
2014-02-11 11:56:56terry.reedycreate