You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Environment
Linux Mint 21.1 on x86_64 AMD A8-7410 APU
Reproduction
Running the unittest by
python3 -m unittest
in the repository directoryOutput
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.
The text was updated successfully, but these errors were encountered: