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 eric.snow
Recipients eric.snow, ncoghlan, ned.deily, steve.dower, yselivanov
Date 2018-01-30.03:23:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517282619.65.0.467229070634.issue32604@psf.upfronthosting.co.za>
In-reply-to
Content
On the PPC64 AIX 3.x buildbot:

======================================================================
FAIL: test_repr (test.test__xxsubinterpreters.ChannelIDTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/test/test__xxsubinterpreters.py", line 784, in test_repr
    self.assertEqual(repr(cid), 'ChannelID(10)')
AssertionError: 'ChannelID(0)' != 'ChannelID(10)'
- ChannelID(0)
+ ChannelID(10)
?           +
History
Date User Action Args
2018-01-30 03:23:39eric.snowsetrecipients: + eric.snow, ncoghlan, ned.deily, yselivanov, steve.dower
2018-01-30 03:23:39eric.snowsetmessageid: <1517282619.65.0.467229070634.issue32604@psf.upfronthosting.co.za>
2018-01-30 03:23:39eric.snowlinkissue32604 messages
2018-01-30 03:23:39eric.snowcreate