psutil v5.4.0 Release Notes

  • 2017-10-12

    ✨ Enhancements

    • πŸ‘ 1123_, [AIX]: added support for AIX platform. (patch by Arnon Yaari)

    πŸ› Bug fixes

    • 🐧 1009_, [Linux]: sensors_temperatures()_ may crash with IOError.
    • 🏁 1012_, [Windows]: disk_io_counters()_ read_time and write_time were expressed in tens of micro seconds instead of milliseconds.
    • 🍎 1127_, [macOS], [critical]: invalid reference counting in Process.open_files()_ may lead to segfault. (patch by Jakub Bacic)
    • 🐧 1129_, [Linux]: sensors_fans()_ may crash with IOError. (patch by Sebastian Saip)
    • ⚠ 1131_, [SunOS]: fix compilation warnings. (patch by Arnon Yaari)
    • 🏁 1133_, [Windows]: can't compile on newer versions of Visual Studio 2017 15.4. (patch by Max BΓ©langer)
    • 🐧 1138_, [Linux]: can't compile on CentOS 5.0 and RedHat 5.0. (patch by Prodesire)