-
-
Notifications
You must be signed in to change notification settings - Fork 660
Closed
Milestone
Description
We have
sage: A.<a,b> = PowerSeriesRing(QQ)
sage: A._is_category_initialized()
False
sage: isinstance(A,Ring)
True
Since Ring.__init__
initialises the category, it seems that the the base class' initialisation is not called. That also prevents us from removing the alias for _Hom_
in sage.rings.ring - see #12876.
Component: categories
Keywords: power series
Author: Simon King
Reviewer: Travis Scrimshaw
Merged: sage-5.5.beta1
Issue created by migration from https://trac.sagemath.org/ticket/13412