Skip to content

Commit

Permalink
Merge pull request #84 from ekimd/cython-3
Browse files Browse the repository at this point in the history
Support Cython 3.0
  • Loading branch information
oleksandr-pavlyk authored Jul 19, 2023
2 parents 23f6b04 + a96de3f commit 7110797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkl_fft/_pydfti.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ _tls = threading_local()

cdef const char *capsule_name = "dfti_cache"

cdef void _capsule_destructor(object caps):
cdef void _capsule_destructor(object caps) noexcept:
cdef DftiCache *_cache = NULL
cdef int status = 0
if (caps is None):
Expand Down

0 comments on commit 7110797

Please sign in to comment.