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 ezio.melotti
Recipients brett.cannon, eric.snow, ezio.melotti, gkcn, pitrou, python-dev
Date 2013-05-04.18:37:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367692656.99.0.399378661104.issue17115@psf.upfronthosting.co.za>
In-reply-to
Content
Some buildbots are failing after this:
http://buildbot.python.org/all/builders/x86%20Ubuntu%20Shared%203.x/builds/7840
http://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.0%203.x/builds/4536

FAIL: test_everyone_has___loader__ (test.test_importlib.test_api.StartupTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/test/test_importlib/test_api.py", line 201, in test_everyone_has___loader__
    '{!r} lacks a __loader__ attribute'.format(name))
AssertionError: False is not true : 'test.pydoc_mod' lacks a __loader__ attribute
History
Date User Action Args
2013-05-04 18:37:37ezio.melottisetrecipients: + ezio.melotti, brett.cannon, pitrou, python-dev, eric.snow, gkcn
2013-05-04 18:37:36ezio.melottisetmessageid: <1367692656.99.0.399378661104.issue17115@psf.upfronthosting.co.za>
2013-05-04 18:37:36ezio.melottilinkissue17115 messages
2013-05-04 18:37:36ezio.melotticreate