Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit f78854c

Browse files
committed
fix depecrated import of python.pxi
1 parent 60370a9 commit f78854c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sage/symbolic/comparison.pyx

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ There are two useful ways to compare symbolic expressions:
1212
symbolic variables). Can be very slow as it potentially calls
1313
Maxima to prove the inequality.
1414
"""
15-
16-
include "sage/ext/python.pxi"
15+
from cpython cimport *
1716

1817
from sage.symbolic.ring import SR
1918
from sage.symbolic.expression cimport is_Expression

0 commit comments

Comments
 (0)