-
Notifications
You must be signed in to change notification settings - Fork 167
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
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.
|
I checked that the new test did not pass prior to making the change. |
I also include a renaming of |
@pierreglaser what do you think of making a release of cloudpickle to ship type annotation support? |
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.