giampaolo / psutil

Cross-platform lib for process and system monitoring in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove deprecated `Process.memory_info_ex()`

giampaolo opened this issue · comments

Sort of related to #2407. Process.memory_info_ex was deprecated in version 4.0.0, which was released on 2016-02-17 (8 years ago). During this time the method raised a DeprecationWarning so people had plenty of time to migrate. As such let's remove it for the upcoming 6.0.0 version, which already breaks some compatibility in other ways.