[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: Library (Lib), Tests
messages: 204485
nosy: alexandre.vassalotti, pitrou, serhiy.storchaka
priority: low
severity: normal
status: open
title: Write more detailed framing tests
type: behavior
versions: Python 3.4

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com