[issue18400] Minor increase to Pickle test coverage

2017-02-19 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +serhiy.storchaka status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue18400] Minor increase to Pickle test coverage

2014-04-28 Thread Antoine Pitrou
Antoine Pitrou added the comment: Why only test the _Pickler class and not both the Python and C versions? -- nosy: +pitrou ___ Python tracker ___ ___

[issue18400] Minor increase to Pickle test coverage

2013-12-05 Thread Alexandre Vassalotti
Changes by Alexandre Vassalotti : -- nosy: +alexandre.vassalotti stage: -> patch review type: -> enhancement ___ Python tracker ___

[issue18400] Minor increase to Pickle test coverage

2013-07-07 Thread David Sackett
New submission from David Sackett: Tests to provide unit test coverage of _Pickler.__init__ protocol version checks. -- components: Tests files: mywork.patch keywords: patch messages: 192613 nosy: davidsackett priority: normal severity: normal status: open title: Minor increase to Pickl