pygame-community / pygame-ce

🐍🎮 pygame - Community Edition is a FOSS Python library for multimedia applications (like games). Built on top of the excellent SDL library.
https://pyga.me
767 stars 120 forks source link

Added shim to fix portmidi break #2863

Closed oddbookworm closed 1 month ago

oddbookworm commented 1 month ago

Portmidi broke due to a signature change, and it manifested recently with the 2.0.4 release being installed on my sytem. This shim fixes the cython so that we don't get a compiler error when building with newer portmidi