-
-
Notifications
You must be signed in to change notification settings - Fork 283
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
Replace deepcopy of the Q object #543
base: master
Are you sure you want to change the base?
Conversation
Still trying to run unit tests locally, hoping marking this PR as ready would trigger some on project side. |
See #542 |
6616348
to
ebf9c4d
Compare
Can also confirm that is indeed fixing the issue in deepcopying Q objects. (reproduced on Python 3.7) |
Is there some unittest can cover the case it fixes? |
I think if the existing unit tests work, that is sufficient, since it shows the change doesn't break from the current method of copying. We could assign a non picklable object attr to one of the children to prevent future regression? |
+1 to adding a non picklable object attr to prevent future regressions or even an explicit scenario that should break in 3.7 without this fix |
No description provided.