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 23f6b04 commit a96de3fCopy full SHA for a96de3f
mkl_fft/_pydfti.pyx
@@ -44,7 +44,7 @@ _tls = threading_local()
44
45
cdef const char *capsule_name = "dfti_cache"
46
47
-cdef void _capsule_destructor(object caps):
+cdef void _capsule_destructor(object caps) noexcept:
48
cdef DftiCache *_cache = NULL
49
cdef int status = 0
50
if (caps is None):
0 commit comments