Environment
Linux Mint 21.1 on x86_64 AMD A8-7410 APU
Reproduction
Running the unittest by python3 -m unittest in the repository directory
Output
pygame-ce 2.1.4.dev1 (SDL 2.0.20, Python 3.10.6)
...............................................................................................................Illegal instruction (core dumped)
This creates an illegal instruction segfault and crashes Python completely. I suspect, this has to do with it using a kind of SIMD vector extension that's not supported by my processor.