Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow pickling / depickling of odict_keys, odict_values, odict_items #429

Merged
merged 5 commits into from Jul 1, 2021

Conversation

ogrisel
Copy link
Contributor

@ogrisel ogrisel commented Jul 1, 2021

I broke the original #423 PR. Let me fix it here.

@codecov
Copy link

codecov bot commented Jul 1, 2021

Codecov Report

Merging #429 (c295f5d) into master (685bf0c) will increase coverage by 0.19%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #429      +/-   ##
==========================================
+ Coverage   91.80%   91.99%   +0.19%     
==========================================
  Files           4        4              
  Lines         671      687      +16     
  Branches      137      141       +4     
==========================================
+ Hits          616      632      +16     
  Misses         34       34              
  Partials       21       21              
Impacted Files Coverage Δ
cloudpickle/cloudpickle.py 87.21% <100.00%> (+0.25%) ⬆️
cloudpickle/cloudpickle_fast.py 96.87% <100.00%> (+0.09%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 685bf0c...c295f5d. Read the comment docs.

@ogrisel ogrisel merged commit 0c62ae0 into cloudpipe:master Jul 1, 2021
@ogrisel ogrisel deleted the odict branch July 1, 2021 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants