Skip to content

Commit

Permalink
#2408: ignore old "connections" name into as_dict()
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Apr 18, 2024
1 parent aefb59c commit 20ed8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psutil/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1341,7 +1341,7 @@ def wait(self, timeout=None):
[x for x in dir(Process) if not x.startswith('_') and x not in
{'send_signal', 'suspend', 'resume', 'terminate', 'kill', 'wait',
'is_running', 'as_dict', 'parent', 'parents', 'children', 'rlimit',
'memory_info_ex', 'oneshot'}])
'memory_info_ex', 'connections', 'oneshot'}])
# fmt: on


Expand Down

0 comments on commit 20ed8f9

Please sign in to comment.