Skip to content

Commit 49ee184

Browse files
committed
add slots
1 parent 2f37563 commit 49ee184

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stubs/psutil/psutil/_pswindows.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ if sys.platform == "win32":
193193
def retry_error_partial_copy(fun): ...
194194

195195
class Process:
196+
__slots__ = ["_cache", "_name", "_ppid", "pid"]
196197
pid: int
197198
def __init__(self, pid: int) -> None: ...
198199
def oneshot_enter(self) -> None: ...

0 commit comments

Comments
 (0)