-
-
Notifications
You must be signed in to change notification settings - Fork 527
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
Fix missing equality test in attrcall #5524
Comments
This comment has been minimized.
This comment has been minimized.
Changed keywords from none to attrcall |
This comment has been minimized.
This comment has been minimized.
Reviewer: Jason Bandlow |
Author: Nicolas M. Thiéry |
Attachment: trac_5524_attrcall_eq.patch.gz |
comment:4
I'm getting a failing doctest:
I'm applying on top of 4.3.1 plus #7976, #7921, #7938, #8028. Am I missing something? |
comment:6
Thanks. That fixes it. Passes tests and looks good to me. |
Merged: sage-4.3.2.alpha1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The patch fixes the missing equality test methods in attrcall:
which was, among others, breaking pickling tests.
CC: @sagetrac-sage-combinat @jbandlow
Component: misc
Keywords: attrcall
Author: Nicolas M. Thiéry
Reviewer: Jason Bandlow
Merged: sage-4.3.2.alpha1
Issue created by migration from https://trac.sagemath.org/ticket/5524
The text was updated successfully, but these errors were encountered: