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 tim.peters
Recipients alexandre.vassalotti, tim.peters
Date 2013-11-24.05:09:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385269768.24.0.0786219443726.issue19747@psf.upfronthosting.co.za>
In-reply-to
Content
Alexandre, this started after your latest checkin (to finish the framing work):

======================================================================
FAIL: test_framing_large_objects (test.test_pickletools.OptimizedPickleTests) (proto=4)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Code\Python\lib\test\pickletester.py", line 1354, in test_framing_large_objects
    self.assertGreaterEqual(n_frames, len(obj))
AssertionError: 1 not greater than or equal to 3

======================================================================
FAIL: test_framing_many_objects (test.test_pickletools.OptimizedPickleTests) (proto=4)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Code\Python\lib\test\pickletester.py", line 1342, in test_framing_many_objects
    self.FRAME_SIZE_TARGET * 1)
AssertionError: 368886.0 not less than or equal to 65536

======================================================================
FAIL: test_optional_frames (test.test_pickletools.OptimizedPickleTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Code\Python\lib\test\pickletester.py", line 1392, in test_optional_frames
    count_opcode(pickle.FRAME, pickled))
AssertionError: 1 not less than 1

----------------------------------------------------------------------
Ran 82 tests in 4.034s

FAILED (failures=3)
test test_pickletools failed
1 test failed:
    test_pickletools
History
Date User Action Args
2013-11-24 05:09:28tim.peterssetrecipients: + tim.peters, alexandre.vassalotti
2013-11-24 05:09:28tim.peterssetmessageid: <1385269768.24.0.0786219443726.issue19747@psf.upfronthosting.co.za>
2013-11-24 05:09:28tim.peterslinkissue19747 messages
2013-11-24 05:09:27tim.peterscreate