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

Portmidi broke cython #2864

Closed oddbookworm closed 1 month ago

oddbookworm commented 1 month ago

In this commit, portmidi broke our cython build. I opened #2863 to fix it on our end, and @Starbuck5 is opening an issue for portmidi. Hopefully the break was unintentional and the shim can be removed in the future

Starbuck5 commented 1 month ago

@oddbookworm and @Mzivic7 both experienced this, their package managers must have updated to a new portmidi version.

Windows is unaffected because we haven't updated our portmidi prebuilts in forever. (Maybe we should do that?)

Portmidi issue: https://github.com/PortMidi/portmidi/issues/72