Skip to content

Commit

Permalink
remove no longer relevant test
Browse files Browse the repository at this point in the history
Co-authored-by: Dima Pasechnik <dimpase@gmail.com>
  • Loading branch information
dimpase authored Dec 16, 2024
1 parent 9d9a47c commit 4568979
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 4568979

Please sign in to comment.