Test multi-threaded apps with GIL disabled. Test performance with JIT enabled. GIL support needed for packages with extensions: * orjson https://github.com/ijl/orjson/issues/520 * psycopg2 (will need to upgrade to psycopg, if it happens) https://github.com/psycopg/psycopg/issues/889#issuecomment-2409002394 * lxml https://bugs.launchpad.net/lxml/+bug/2069434 * cryptography https://github.com/pyca/cryptography/issues/11436#issuecomment-2292023727 https://github.com/PyO3/pyo3/issues/4265 https://py-free-threading.github.io/tracking/