We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently you can't use deprecated_function_alias with Cython classes because they do not have a __dict__ attribute. This patch implements a try/except block as suggested by Florent Hivert in https://groups.google.com/d/topic/sage-devel/DayMPddlOds/discussion
deprecated_function_alias
__dict__
CC: @hivert @burcin
Component: misc
Author: Volker Braun
Reviewer: Mike Hansen
Merged: sage-4.7.1.alpha3
Issue created by migration from https://trac.sagemath.org/ticket/11320
The text was updated successfully, but these errors were encountered:
Attachment: trac_11320_deprecated_function_alias_in_cython.patch.gz
Initial patch
Sorry, something went wrong.
Looks good to me.
jasongrout
No branches or pull requests
Currently you can't use
deprecated_function_alias
with Cython classes because they do not have a__dict__
attribute. This patch implements a try/except block as suggested by Florent Hivert in https://groups.google.com/d/topic/sage-devel/DayMPddlOds/discussionCC: @hivert @burcin
Component: misc
Author: Volker Braun
Reviewer: Mike Hansen
Merged: sage-4.7.1.alpha3
Issue created by migration from https://trac.sagemath.org/ticket/11320
The text was updated successfully, but these errors were encountered: