sagemath/sage

Import Expression from sage.structure.element

Closed this issue · 10 comments

... outside of sage.symbolic, sage.functions, etc.

Follow-up on #32638, which added the ABC sage.structure.element.Expression

CC: @kliem @kwankyu

Component: refactoring

Author: Matthias Koeppe

Branch/Commit: e13b958

Reviewer: Jonathan Kliem

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

New commits:

16a74e2For isinstance tests, import Expression from sage.structure.element
e13b958src/sage/plot: Import Expression from sage.structure.element

Author: Matthias Koeppe

Description changed:

--- 
+++ 
@@ -1 +1,3 @@
+... outside of `sage.symbolic`, `sage.functions`, etc.
+
 Follow-up on #32638, which added the ABC `sage.structure.element.Expression`

Commit: e13b958

comment:3

The failure in src/sage/rings/integer.pyx is not from this ticket.

kliem commented
comment:5

LGTM.

kliem commented

Reviewer: Jonathan Kliem

comment:6

Thank you!