Ticket #5078 (closed defect: fixed)
[with patch, positive review] bug in factoring out constant literal
| Reported by: | was | Owned by: | cwitty |
|---|---|---|---|
| Priority: | major | Milestone: | sage-3.3 |
| Component: | misc | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
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
Attachments
Change History
comment:1 Changed 4 years ago by robertwb
- Summary changed from bug in factoring out constant literal to [with patch, needs review] bug in factoring out constant literal
Note: See
TracTickets for help on using
tickets.

