fix: Cython compile error with Cython 3
commit5f9922027517e29dc1e5cf33f4a679ecdbfa9681
authorChristopher Arndt <chris@chrisarndt.de>
Thu, 9 Nov 2023 14:46:42 +0000 (9 15:46 +0100)
committerChristopher Arndt <SpotlightKid@users.noreply.github.com>
Thu, 9 Nov 2023 14:57:46 +0000 (9 15:57 +0100)
treee3fb0e46a904ddee78e4b75ccf1bef54a417da9e
parent2a65a70977a1251dabc2a797a5829a7e47143758
fix: Cython compile error with Cython 3

Declare MIDI change callback as 'noexcept' as it needs the GIL

Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
README.md
src/_jack_mixer.pxd
src/_jack_mixer.pyx
src/meson.build