psutil v5.7.4 Release Notes

  • XXXX-XX-XX

    โœจ Enhancements

    • 1863_: disk_partitions() exposes 2 extra fields: maxfile and maxpath, which are the maximum file name and path name length.
    • ๐Ÿ 1872_: [Windows] added support for PyPy 2.7.
    • ๐ŸŽ 1879_: provide pre-compiled wheels for Linux and macOS (yey!).
    • ๐Ÿ‘ท 1880_: get rid of Travis and Cirrus CI services (they are no longer free). CI testing is now done by GitHub Actions on Linux, macOS and FreeBSD (yes). AppVeyor is still being used for Windows CI.

    ๐Ÿ› Bug fixes

    • ๐Ÿ 1866_: [Windows] process exe(), cmdline(), environ() may raise "invalid access to memory location" on Python 3.9.
    • 1874_: [Solaris] wrong swap output given when encrypted column is present