Issue 18400: Minor increase to Pickle test coverage (original) (raw)

Issue18400

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:47 admin set status: pending -> opengithub: 62600
2017-02-19 18:19:16 serhiy.storchaka set status: open -> pendingnosy: + serhiy.storchaka
2014-04-28 23:45:02 pitrou set nosy: + pitroumessages: +
2013-12-06 05:16:00 alexandre.vassalotti set nosy: + alexandre.vassalottitype: enhancementstage: patch review
2013-07-08 05:04:38 davidsackett create