kiranvizru / psutil

Automatically exported from code.google.com/p/psutil
Other
0 stars 0 forks source link

(BSD) network_io_counters() and wrong type resolution #307

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The values returned by psutil.network_io_counters() on BSD are erroneous as 
we're assuming an 'unsigned long long' type instead of 'unsigned long'.
Fixed in r1471.

Original issue reported on code.google.com by g.rodola on 19 Jul 2012 at 9:45

GoogleCodeExporter commented 9 years ago
Fixed in version 0.6.0, released just now.

Original comment by g.rodola on 13 Aug 2012 at 4:25

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Updated csets after the SVN -> Mercurial migration:
r1471 == revision aac01bdcffd2

Original comment by g.rodola on 2 Mar 2013 at 12:11