-
Notifications
You must be signed in to change notification settings - Fork 11
Update changelog #25
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
Update changelog #25
Conversation
in prep for the 4.3.0 release of codetools modified: CHANGES.txt
|
the python |
|
Note :
see Because dependencies are installed directly from the master branches, the CI job in this PR failed, even though it didn't modify any of the code or change the version of any dependency. |
|
in order to reproduce the issue on the command line - Saving the data context works as expected and we see the above error when we try saving/pickling the multi context. |
|
This is very interesting. So, the only change is the instance itself and how |
|
So. The changes introduced to The final stack where we get the error is : Details |
|
As you can see from the CI runs, this issue is Python 2 only. Note sure yet why that's the case. |
|
Pickling |
|
enthought/traits#373 breaks pickling on Python 2 for many classes. Any This shows up in This specific problem can mostly be gotten around if enthought/traits#373 were to remove traits from the instance trait dict that look like they were so copied (e.g. check the identity of the |
|
However, even with that changed, it would still fail with explicitly-added |
Okay, sounds like we need a rethink and changes in Traits, not just here. |
- with info on recent PRs that were merged - with note about broken `MultiContext` instance pickling on Python 2 modified: CHANGES.txt
Codecov Report
@@ Coverage Diff @@
## master #25 +/- ##
========================================
Coverage ? 44.7%
========================================
Files ? 72
Lines ? 4586
Branches ? 970
========================================
Hits ? 2050
Misses ? 2346
Partials ? 190Continue to review full report at Codecov.
|
mdickinson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
in prep for the
4.3.0release ofcodetools