Skip to content

Commit 7110797

Browse files
Merge pull request #84 from ekimd/cython-3
Support Cython 3.0
2 parents 23f6b04 + a96de3f commit 7110797

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)