We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe86866 commit abb83efCopy full SHA for abb83ef
Makefile
@@ -1,4 +1,4 @@
1
test:
2
git clean -fdx src
3
python setup.py build_ext --inplace
4
- PYTHONPATH=src python t.py
+ PYTHONPATH=src python bug.py
src/flint/flint_base/flint_base.pxd
@@ -1,9 +1,3 @@
-from flint.flintlib.types.mpoly cimport ordering_t
-from flint.flintlib.types.flint cimport slong
-
-cdef class flint_ctx:
5
- pass
6
7
cdef class flint_elem:
8
pass
9
0 commit comments