Howdy again!
My former question is irrelevant. Mysql-python just wants to know whether or not the libraries are thread-safe, because in some linux distros there are both thread-safe and non-thread-safe libraries.
Ragnar
Howdy!
I wonder whether the mysqlclient library is thread-safe or not. As far as I can see the port configures --without-mit-threads but then it depends on pth. So it should be threadsafe, shouldn't it? (I want to install mysql-python and the setup-routine needs to know.)
Ragnar