psutil v5.4.1 Release Notes

  • 2017-11-08

    โœจ Enhancements

    • ๐Ÿ‘ 1164_, [AIX]: add support for Process.num_ctx_switches()_. (patch by Arnon Yaari)
    • ๐Ÿ‘ 1053_: drop Python 3.3 support (psutil still works but it's no longer tested).

    ๐Ÿ› Bug fixes

    • ๐Ÿ 1150_, [Windows]: when a process is terminated now the exit code is set to SIGTERM instead of 0. (patch by Akos Kiss)
    • โœ… 1151_: python -m psutil.tests fail.
    • 1154_, [AIX], [critical]: psutil won't compile on AIX 6.1.0. (patch by Arnon Yaari)
    • ๐Ÿ 1167_, [Windows]: net_io_counters()_ packets count now include also non-unicast packets. (patch by Matthew Long)