-
-
Notifications
You must be signed in to change notification settings - Fork 181
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
Move session-related code to new session module #530
Conversation
I have three thoughts, even before reviewing: (1) you should make sure there are backward compatible imports for anything that you've moved to a new module, (2) would it be better to use |
I was thinking about this just now.
May be. I'll change this.
Already did that. |
There's a problem with this though. Adding Should I include |
4e381f9
to
7099ee2
Compare
@mmckerns: applied the requested changes. |
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
Edit: updated.
Here is the relevant segment of the diff between the old
_dill.py
and the newsession.py
: