[psutil]: Bump psutil to 7.1.1#14873
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
@lev-blit Hi! Could you please resolve the conflicts when you get a chance? |
This comment has been minimized.
This comment has been minimized.
|
7.1.2 introduces many changes that aren't in 7.1.1, including removing what should we do here? lock to |
|
I think it will be easier to update gradually and then we'll have more suitable versions of stubs for the corresponding versions of the library |
|
Then I'll make this pr update to 7.1.1, and future versions can be in other prs |
This comment has been minimized.
This comment has been minimized.
donbarbos
left a comment
There was a problem hiding this comment.
Thank you! I found few missing changes in _psbsd.pyi, based on giampaolo/psutil@release-7.0.0...release-7.1.1:
HAS_PER_CPU_TIMES,HAS_PROC_OPEN_FILES,HAS_PROC_NUM_FDSremoveddef adjust_proc_create_time(ctime): ...function added but only for NetBSDdef create_time(self, monotonic=False): ...method updated
| @@ -70,23 +70,21 @@ if sys.platform == "darwin": | |||
|
|
|||
There was a problem hiding this comment.
let's add from psutil._common import debug as debug to imports in _psosx.pyi
There was a problem hiding this comment.
Sorry, but I meant to add this import in _psosx.pyi (you added it in _psbsd.pyi)
Co-authored-by: Semyon Moroz <donbarbos@proton.me>
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
Closes #14734