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.

classification
Title: Minor increase to Pickle test coverage
Type: enhancement Stage: patch review
Components: Tests Versions: Python 3.4
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: alexandre.vassalotti, davidsackett, pitrou, serhiy.storchaka
Priority: normal Keywords: patch

Created on 2013-07-08 05:04 by davidsackett, last changed 2022-04-11 14:57 by admin.

Files
File name Uploaded Description Edit
mywork.patch davidsackett, 2013-07-08 05:04 review
Messages (2)
msg192613 - (view) Author: David Sackett (davidsackett) Date: 2013-07-08 05:04
Tests to provide unit test coverage of _Pickler.__init__ protocol version checks.
msg217449 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2014-04-28 23:45
Why only test the _Pickler class and not both the Python and C versions?
History
Date User Action Args
2022-04-11 14:57:47adminsetstatus: pending -> open
github: 62600
2017-02-19 18:19:16serhiy.storchakasetstatus: open -> pending
nosy: + serhiy.storchaka
2014-04-28 23:45:02pitrousetnosy: + pitrou
messages: + msg217449
2013-12-06 05:16:00alexandre.vassalottisetnosy: + alexandre.vassalotti

type: enhancement
stage: patch review
2013-07-08 05:04:38davidsackettcreate