psutil v5.6.1 Release Notes

Release Date: 2019-03-11 // about 5 years ago
  • 2019-03-11

    ๐Ÿ› Bug fixes

    • 1329_, [AIX]: psutil doesn't compile on AIX 6.1. (patch by Arnon Yaari)
    • ๐Ÿ 1448_, [Windows], [critical]: crash on import due to rtlIpv6AddressToStringA not available on Wine.
    • ๐Ÿ 1451_, [Windows], [critical]: Process.memory_full_info()_ segfaults. NtQueryVirtualMemory is now used instead of QueryWorkingSet to calculate USS memory.