Andrew Coffey
Andrew Coffey
`python -m pygame.tests` lol
That means that a test or two didn't run/complete (probably segfault) I suspect it was `pygame.transform`s tests Mind running `python -m pygame.tests transform` and see what happens?
Hmmmmm, that particular error is interesting because it's ensuring that the window borrowed from pygame.display doesn't have opengl support when it wasn't originally created with opengl support Interesting that it...
I don't know that pdb is enough lol. That's all done in C. I guess I'll have to install on bare metal and run some debug builds
That's why I'm focusing on testing. I suspect it's a nix-specific problem, but I don't know enough to guarantee that right now. Maybe @robertpfeiffer would have more direct knowledge?
> @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...
Someone reported on discord that pygame-ce 2.5.0 is still stupendously slow on Raspberry Pi Zero 2W. Here are the results provided ``` Python 3.11.2 on Bookworm (64 bit Raspian) with...
According to the tool nuitka uses to determine binary dependencies, here's what imageext depends on upstream  Here's what imageext depends on for pygame-ce 
For now, I've opened a pull request with Nuitka
I tried with audio and fonts, and they seemed fine