From 6c03c7917e273d4cfc388be90dc6c34f6c48d24c Mon Sep 17 00:00:00 2001 From: akarin Date: Mon, 4 Sep 2023 02:31:13 +0900 Subject: [PATCH] src/cython/vapoursynth.pxd: cython 3.x compat Signed-off-by: akarin --- src/cython/vapoursynth.pxd | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cython/vapoursynth.pxd b/src/cython/vapoursynth.pxd index e0b7bbd1..48386d6d 100644 --- a/src/cython/vapoursynth.pxd +++ b/src/cython/vapoursynth.pxd @@ -18,6 +18,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # #cython: language_level=3 +#cython: legacy_implicit_noexcept=True from libc.stdint cimport uint8_t, uint32_t, int64_t, uint64_t, uintptr_t from libc.stddef cimport ptrdiff_t