Skip to content

bug in factoring out constant literal #5078

@williamstein

Description

@williamstein
sage: R1 = PolynomialRing(QQ, 'x,y,z')
sage: R1.0
Traceback (most recent call last):
...
NameError: name 'R1_sage_const_p0' is not defined
sage: R1.gen(0)
x

Component: misc

Issue created by migration from https://trac.sagemath.org/ticket/5078

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions