Skip to content

Commit

Permalink
remove no longer relevant test
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase committed Dec 13, 2024
1 parent 4a3fb3c commit e1167ee
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/sage/misc/cython.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,17 +226,6 @@ def cython(filename, verbose=0, compile_message=False,
....: from sage.misc.cachefunc cimport cache_key
....: ''')
In Cython 0.29.33 using `from PACKAGE cimport MODULE` is broken
when `PACKAGE` is a namespace package, see :issue:`35322`::
sage: cython('''
....: from sage.misc cimport cachefunc
....: ''')
Traceback (most recent call last):
...
RuntimeError: Error compiling Cython file:
...
...: 'sage/misc.pxd' not found
"""
if not filename.endswith('pyx'):
print("Warning: file (={}) should have extension .pyx".format(filename), file=sys.stderr)
Expand Down

0 comments on commit e1167ee

Please sign in to comment.