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 skrah
Recipients brett.cannon, ned.deily, pitrou, python-dev, skrah, vstinner
Date 2012-09-30.19:28:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349033283.42.0.346939940106.issue15599@psf.upfronthosting.co.za>
In-reply-to
Content
For once a Linux bot shows the failure that is the topic of this
issue:

http://buildbot.python.org/all/builders/x86%20Gentoo%20Non-Debug%203.x/builds/3101/steps/test/logs/stdio

======================================================================
FAIL: test_circular_imports (test.test_threaded_import.ThreadedImportTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/buildslave/3.x.murray-gentoo-wide/build/Lib/test/test_threaded_import.py", line 205, in test_circular_imports
    self.assertEqual(set(results), {'a', 'b'})
AssertionError: Items in the second set but not the first:
'b'
'a'
History
Date User Action Args
2012-09-30 19:28:03skrahsetrecipients: + skrah, brett.cannon, pitrou, vstinner, ned.deily, python-dev
2012-09-30 19:28:03skrahsetmessageid: <1349033283.42.0.346939940106.issue15599@psf.upfronthosting.co.za>
2012-09-30 19:28:03skrahlinkissue15599 messages
2012-09-30 19:28:03skrahcreate