• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

coldfix / pydicti
94%
master: 98%

Build:
Build:
LAST BUILD BRANCH: dependabot/add-v2-config-file
DEFAULT BRANCH: master
Repo Added 27 Jan 2014 12:35AM UTC
Files 1
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH pickle
branch: pickle
CHANGE BRANCH
x
Reset
  • pickle
  • 0.0.4
  • 0.0.5
  • 0.0.6
  • 1.0.0
  • 1.1.0
  • 1.1.1
  • 1.1.2
  • 1.1.3
  • 1.1.4
  • badges
  • dependabot/add-v2-config-file
  • improve-test-coverage
  • master
  • normalize-param
  • test-release

pending completion
39

push

travis-ci

coldfix
Fix pickling for python3 for dicti

On python3 dict needs special treatment. Its special pickling handler
causes __setitem__ to be called on unpickling before __case is restored.

This can be fixed by either

- adding a try-except block in __setitem__ or __contains__
- using __setstate__ + __reduce__ as done in this commit

101 of 108 relevant lines covered (93.52%)

4.56 hits per line

Relevant lines Covered
Build:
Build:
108 RELEVANT LINES 101 COVERED LINES
4.56 HITS PER LINE
Source Files on pickle
  • List 0
  • Changed 5
  • Source Changed 5
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
39 pickle Fix pickling for python3 for dicti On python3 dict needs special treatment. Its special pickling handler causes __setitem__ to be called on unpickling before __case is restored. This can be fixed by either - adding a try-except block in __setit... push 01 Feb 2014 05:17AM UTC coldfix travis-ci pending completion  
37 pickle Add test for pickleability push 01 Feb 2014 03:24AM UTC coldfix travis-ci pending completion  
See All Builds (111)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc