psutil v5.0.0 Release Notes

  • 2016-11-06

    Enhncements

    • 799_: new Process.oneshot()_ context manager making Process_ methods around +2x faster in general and from +2x to +6x faster on Windows.
    • ๐Ÿ‘ 943_: better error message in case of version conflict on import.

    ๐Ÿ› Bug fixes

    • 932_, [NetBSD]: net_connections()_ and Process.connections()_ may fail without raising an exception.
    • ๐Ÿ 933_, [Windows]: memory leak in cpu_stats()_ and WindowsService.description() method.