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 vstinner
Recipients alexandre.vassalotti, anilredshift, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2016-01-18.20:21:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453148514.31.0.53209765129.issue26013@psf.upfronthosting.co.za>
In-reply-to
Content
Buildbots are unhappy.

http://buildbot.python.org/all/builders/PPC64%20Fedora%203.5/builds/344/steps/test/logs/stdio

======================================================================
FAIL: test_reverse_import_mapping (test.test_pickle.CompatPickleTests) [('cStringIO', 'io')]
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/shager/cpython-buildarea/3.5.edelsohn-fedora-ppc64/build/Lib/test/test_pickle.py", line 353, in test_reverse_import_mapping
    (module3, module2))
AssertionError: No reverse mapping from 'io' to 'cStringIO'
History
Date User Action Args
2016-01-18 20:21:54vstinnersetrecipients: + vstinner, pitrou, alexandre.vassalotti, python-dev, serhiy.storchaka, anilredshift
2016-01-18 20:21:54vstinnersetmessageid: <1453148514.31.0.53209765129.issue26013@psf.upfronthosting.co.za>
2016-01-18 20:21:54vstinnerlinkissue26013 messages
2016-01-18 20:21:53vstinnercreate