- Package:
- python3-psutil
- Source:
- python3-psutil
- Description:
- module providing convenience functions for managing processes (Python3)
- Submitter:
- Andreas Pflug
- Date:
- 2026-08-23 19:39:02 UTC
- Severity:
- normal
python3 -c "import psutil ; print(psutil.users())" should return the list of users, but after upgrading from Debian12 (V5.9.4) to Debian13 (V7.0.0) the resulting list will be empty.
Forwarded: https://github.com/giampaolo/psutil/issues/2597 Just adding the link to the upstream bug report. Best, Christian