psutil v4.3.0 Release Notes

  • 2016-06-18

    โœจ Enhancements

    • ๐Ÿง 819_, [Linux]: different speedup improvements: Process.ppid()_ +20% faster. Process.status()_ +28% faster. Process.name()_ +25% faster. Process.num_threads()_ +20% faster on Python 3.

    ๐Ÿ› Bug fixes

    • ๐Ÿ 810_, [Windows]: Windows wheels are incompatible with pip 7.1.2.
    • 812_, [NetBSD], [critical]: fix compilation on NetBSD-5.x.
    • 823_, [NetBSD]: virtual_memory()_ raises TypeError on Python 3.
    • 829_, [POSIX]: disk_usage()_ percent field takes root reserved space into account.
    • ๐Ÿ 816_, [Windows]: fixed net_io_counters()_ values wrapping after 4.3GB in Windows Vista (NT 6.0) and above using 64bit values from newer win APIs.