cloudpipe / cloudpickle

Extended pickling support for Python objects
Other
1.64k stars 167 forks source link

Fix for dis module is not available in 3.11b3 #474

Closed frenzymadness closed 2 years ago

frenzymadness commented 2 years ago

https://github.com/python/cpython/commit/b013804134b07894205b06744628f6b25b879d85

codecov[bot] commented 2 years ago

Codecov Report

Merging #474 (107da00) into master (8bbea3e) will decrease coverage by 8.08%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #474      +/-   ##
==========================================
- Coverage   92.60%   84.51%   -8.09%     
==========================================
  Files           4        4              
  Lines         717      717              
  Branches      158      156       -2     
==========================================
- Hits          664      606      -58     
- Misses         32       87      +55     
- Partials       21       24       +3     
Impacted Files Coverage Δ
cloudpickle/compat.py 70.00% <0.00%> (-30.00%) :arrow_down:
cloudpickle/cloudpickle_fast.py 80.67% <0.00%> (-16.26%) :arrow_down:
cloudpickle/cloudpickle.py 88.06% <0.00%> (-0.54%) :arrow_down:

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 8bbea3e...107da00. Read the comment docs.

frenzymadness commented 2 years ago

Ah, it should be lower than beta 4, will open a new PR.