[issue19800] Write more detailed framing tests

2013-12-03 Thread Antoine Pitrou
Antoine Pitrou added the comment: Committed with "offset" replaced with "pos". -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker __

[issue19800] Write more detailed framing tests

2013-12-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1c04427fff07 by Antoine Pitrou in branch 'default': Issue #19800: make the pickle framing tests more precise. http://hg.python.org/cpython/rev/1c04427fff07 -- nosy: +python-dev ___ Python tracker

[issue19800] Write more detailed framing tests

2013-12-02 Thread Antoine Pitrou
Antoine Pitrou added the comment: Here is a patch. -- keywords: +patch Added file: http://bugs.python.org/file32944/frame_tests.patch ___ Python tracker ___ _

[issue19800] Write more detailed framing tests

2013-11-26 Thread Antoine Pitrou
New submission from Antoine Pitrou: The pickle tests for protocol 4 currently don't test that framing conforms strictly to the frame structure shown in: http://www.python.org/dev/peps/pep-3154/#framing It would be nice to add tests for this, especially the frame size. -- components: Li