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.
2 parents 23f6b04 + a96de3f commit 7110797Copy full SHA for 7110797
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