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

remove superfluous window creation from font and draw tests #2869

Open robertpfeiffer opened 1 month ago

robertpfeiffer commented 1 month ago

Let's just let this run through CI as a separate PR instead.

robertpfeiffer commented 1 month ago

@oddbookworm I have isolated the segfaults into a separate PR. This is clearly an improvement over the previous version. It should not segfault.

oddbookworm commented 1 month ago

@oddbookworm I have isolated the segfaults into a separate PR. This is clearly an improvement over the previous version. It should not segfault.

:skull: looks like it still is segfaulting on some of the windows CI runs

robertpfeiffer commented 1 month ago

I think this is related to 16-bit surfaces.