Uh oh!
There was an error while loading. Please reload this page.
Enable tracking for dynamically defined TypeVar instances - #353
Conversation
Codecov Report
@@ Coverage Diff @@## master #353 +/- ##
=======================================
Coverage 93.32% 93.33% =======================================
Files 2 2 Lines 764 765 +1 Branches 156 156 =======================================
+ Hits 713 714 +1
Misses 26 26 Partials 25 25
Continue to review full report at Codecov.
|
ogrisel
commented
Mar 15, 2020
I checked that the new test did not pass prior to making the change. |
ogrisel
commented
Mar 15, 2020
I also include a renaming of |
ogrisel
commented
Apr 23, 2020
@pierreglaser what do you think of making a release of cloudpickle to ship type annotation support? |
pierreglaser
commented
Apr 23, 2020
Sure, this deserves a minor relase on its own. We'll include #357 in the next bugfix release? |
Ensure that dynamic typevars are tracked and reconciled as dynamic classes and enums for consistency of physical equality semantics in cloudpickle.
Follow-up on #350 by @valtron, also discussed in #351.