Skip to content

FIX: Support PyPy > 3.7 - #480

Merged
ogrisel merged 7 commits into
cloudpipe:masterfrom
lesteve:fix-pypy38
Sep 7, 2022
Merged

FIX: Support PyPy > 3.7#480
ogrisel merged 7 commits into
cloudpipe:masterfrom
lesteve:fix-pypy38

Conversation

@lesteve

@lestevelesteve commented Sep 7, 2022

Copy link
Copy Markdown
Contributor

Take over and close#461.

Fix#477.

@lestevelesteve changed the title Fix import of pickle module on PYPY 3.8 (#455)FIX: Support PyPy > 3.7Sep 7, 2022
@codecov

codecovBot commented Sep 7, 2022

Copy link
Copy Markdown

Codecov Report

Merging #480 (60bd181) into master (f5472e1) will decrease coverage by 0.96%.
The diff coverage is 100.00%.

@@ Coverage Diff @@## master #480 +/- ##
==========================================
- Coverage 92.60% 91.64% -0.97% 
==========================================
Files 4 4 Lines 717 718 +1 Branches 158 159 +1 ==========================================
- Hits 664 658 -6 - Misses 32 37 +5 - Partials 21 23 +2 
Impacted FilesCoverage Δ
cloudpickle/compat.py100.00% <ø> (ø)
cloudpickle/cloudpickle_fast.py95.41% <100.00%> (-1.52%)⬇️
cloudpickle/cloudpickle.py88.06% <0.00%> (-0.54%)⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@ogriselogrisel left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thank you very much for the fix!

Comment threadCHANGES.md Outdated
@ogrisel
ogrisel merged commit 23cbe15 into cloudpipe:masterSep 7, 2022
@lesteve
lesteve deleted the fix-pypy38 branch September 7, 2022 16:02
@mattip

Copy link
Copy Markdown

Thanks

Sign up for freeto 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.

PyPy 3.8 and PyPy 3.9 enter infinite recursive loop

4 participants

@lesteve@mattip@ogrisel@schettino72