Uh oh!
There was an error while loading. Please reload this page.
Dont pickle abc caches of instances of abc.ABCMeta subclasses. - #303
Conversation
pierreglaser
commented
Aug 1, 2019
@llllllllll if you want to take a look. |
Codecov Report
@@ Coverage Diff @@## master #303 +/- ##
===========================================
- Coverage 92.84% 78.86% -13.98%
===========================================
Files 2 2 Lines 852 861 +9 Branches 177 178 +1 ===========================================
- Hits 791 679 -112 - Misses 37 143 +106 - Partials 24 39 +15
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@## master #303 +/- ##
======================================
Coverage 92.9% 92.9% ======================================
Files 2 2 Lines 860 860 Branches 179 179 ======================================
Hits 799 799 Misses 37 37 Partials 24 24Continue to review full report at Codecov.
|
ogrisel
left a comment
There was a problem hiding this comment.
LGTM but the changelog need an update.
Uh oh!
There was an error while loading. Please reload this page.
Closes#302
Don't pickle the
abccaches populated duringisinstance/issubclasschecks against instances ofabc.ABCMetasubclasses.