Hello, I think I found a bug in python-mysqlclient@2.0.1 compiled with mariadb:dev@10.10.2.
To reproduce: run a Python 3.10.7 terminal, import the MySQLdb module, call the string_literal function with any argument. Interpreter crashes due to segmentation fault. Arch is x86_64. Same with version 2.2.4, tested tweaking the package definition. I tried installing mariadb with debug symbols, but I was not able to make mysqlclient link against that variant (either using transformations in a manifest file or --with-debug-info=mariadb). Suggestions are welcome. The bug affects the openmolar package. Marco