Summary
- OS: All OS's
- Type: core, wheels
Description
Currently, psutil only offers wheels for the stable ABI. Ideally, we should also provide wheels for the free-threaded CPython build and also test it in CI.
There's also some global state in various places that needs to be locked in case it's intended to be used from multiple threads.
Summary
Description
Currently,
psutilonly offers wheels for the stable ABI. Ideally, we should also provide wheels for the free-threaded CPython build and also test it in CI.There's also some global state in various places that needs to be locked in case it's intended to be used from multiple threads.