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