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 barry, christian.heimes, pitrou, python-dev, vstinner
Date 2013-10-12.10:13:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381572823.82.0.0876441495798.issue19205@psf.upfronthosting.co.za>
In-reply-to
Content
Christian, the test is failing on Snow Leopard:


======================================================================
FAIL: test_startup_imports (test.test_site.StartupImportTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.murray-snowleopard/build/Lib/test/test_site.py", line 435, in test_startup_imports
    self.assertFalse(modules.intersection(re_mods))
AssertionError: {'re', 'sre_compile', 'sre_constants', 'sre_parse', '_sre'} is not false

http://buildbot.python.org/all/builders/AMD64%20Snow%20Leop%203.x/builds/106/steps/test/logs/stdio
History
Date User Action Args
2013-10-12 10:13:43pitrousetrecipients: + pitrou, barry, vstinner, christian.heimes, python-dev
2013-10-12 10:13:43pitrousetmessageid: <1381572823.82.0.0876441495798.issue19205@psf.upfronthosting.co.za>
2013-10-12 10:13:43pitroulinkissue19205 messages
2013-10-12 10:13:43pitroucreate