Martin Panter added the comment:

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]

----------
nosy: +martin.panter
status: closed -> open

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26486>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to