Skip to content

Commit a96de3f

Browse files
committed
Support Cython 3.0
1 parent 23f6b04 commit a96de3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkl_fft/_pydfti.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ _tls = threading_local()
4444

4545
cdef const char *capsule_name = "dfti_cache"
4646

47-
cdef void _capsule_destructor(object caps):
47+
cdef void _capsule_destructor(object caps) noexcept:
4848
cdef DftiCache *_cache = NULL
4949
cdef int status = 0
5050
if (caps is None):

0 commit comments

Comments
 (0)