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 pitrou
Recipients Arfrever, brett.cannon, eric.araujo, georg.brandl, ncoghlan, pitrou, python-dev
Date 2012-07-16.19:31:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342467085.52.0.746959803358.issue15314@psf.upfronthosting.co.za>
In-reply-to
Content
A test fails on the XP buildbots:



======================================================================
FAIL: test_get_importer_avoids_emulation (test.test_pkgutil.ImportlibMigrationTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\Buildslave\3.x.moore-windows\build\lib\test\test_pkgutil.py", line 289, in test_get_importer_avoids_emulation
    self.assertIsNotNone(pkgutil.get_importer(sys.path[0]))
AssertionError: unexpectedly None
History
Date User Action Args
2012-07-16 19:31:25pitrousetrecipients: + pitrou, brett.cannon, georg.brandl, ncoghlan, eric.araujo, Arfrever, python-dev
2012-07-16 19:31:25pitrousetmessageid: <1342467085.52.0.746959803358.issue15314@psf.upfronthosting.co.za>
2012-07-16 19:31:24pitroulinkissue15314 messages
2012-07-16 19:31:24pitroucreate