Giampaolo Rodola' <g.rod...@gmail.com> added the comment:

> Giampaolo, on your psutil issue you specifically said, "(possibly without 
> using WMI)" Is there any particular problem with using WMI?

Performance. In general WMI is (a lot) slower than the Windows API counterpart 
(psutil never uses WMI except in unit tests). Don't know if this matters for 
this specific issue though, or whether a correspondent Windows API for doing 
the same thing exists.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34060>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to