-
-
Notifications
You must be signed in to change notification settings - Fork 584
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
def copy -- they should all be def __copy__ #111
Comments
comment:1
Fixed for sage-1.4 |
comment:2
I reverted my changes in my local copy -- there were some nontrivial issues with make such a global change. |
comment:5
The number has decreased significantly:
It would be nice if someone could take an axe to the remaining ones. Cheers, Michael |
comment:6
In sage-4.1, I am seeing
|
comment:8
Attachment: trac_111.patch.gz |
Author: Alex Ghitza |
comment:11
Patch looks fine to me -- I am running doctests at the moment -- but it looks like you missed one in |
apply over previous patch |
Reviewer: David Loeffler |
comment:12
Attachment: trac_111-reviewer.patch.gz I have uploaded a one-liner patch to deal with the |
Merged: sage-4.1.1.alpha0 |
comment:13
Merged both patches. |
comment:14
Just an FYI to those involved on this ticket: there may be a new ticket coming to put in deprecation warnings for these. See the discussion at #6521. |
Fix sagemath#110 - Dependency loop
There are many instances of copy methods in SAGE. They should all be
__copy__
, whichis what gets called by the standard copy module (part of the standard Python library).
CC: @robertwb @mwhansen
Component: user interface
Author: Alex Ghitza
Reviewer: David Loeffler
Merged: sage-4.1.1.alpha0
Issue created by migration from https://trac.sagemath.org/ticket/111
The text was updated successfully, but these errors were encountered: