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 martin.panter
Recipients alexandre.vassalotti, martin.panter, pitrou, python-dev, rhettinger, serhiy.storchaka
Date 2016-03-08.07:19:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457421599.83.0.152812674281.issue26486@psf.upfronthosting.co.za>
In-reply-to
Content
I suspect this change is causing some buildbot failures (and failures on my computer). E.g. <http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.0%202.7/builds/1274>.

======================================================================
FAIL: test_int_pickling_efficiency (test.test_cpickle.cPickleTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/media/disk/home/proj/python/cpython/Lib/test/pickletester.py", line 1509, in test_int_pickling_efficiency
    self.assertEqual(sorted(sizes), sizes)
AssertionError: Lists differ: [5, 5, 6, 6, 8, 8, 8, 14, 14, ... != [5, 5, 6, 6, 8, 8, 8, 16, 18, ...

First differing element 7:
14
16

- [5, 5, 6, 6, 8, 8, 8, 14, 14, 16, 18, 19, 21, 22, 24]
+ [5, 5, 6, 6, 8, 8, 8, 16, 18, 19, 21, 22, 24, 14, 14]
History
Date User Action Args
2016-03-08 07:19:59martin.pantersetrecipients: + martin.panter, rhettinger, pitrou, alexandre.vassalotti, python-dev, serhiy.storchaka
2016-03-08 07:19:59martin.pantersetmessageid: <1457421599.83.0.152812674281.issue26486@psf.upfronthosting.co.za>
2016-03-08 07:19:59martin.panterlinkissue26486 messages
2016-03-08 07:19:59martin.pantercreate