You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now if a negative value is passed to cpu_percent() functions it is treated as an alias for None (no interval) so the functions return immediately. For consistency they should raise ValueError instead.
The text was updated successfully, but these errors were encountered:
Right now if a negative value is passed to
cpu_percent()
functions it is treated as an alias forNone
(no interval) so the functions return immediately. For consistency they should raise ValueError instead.The text was updated successfully, but these errors were encountered: