In psutil/_pslinux.py: > @@ -159,8 +159,14 @@ class IOPriority(enum.IntEnum): > 'read_time', 'write_time', > 'read_merged_count', 'write_merged_count', > 'busy_time']) > -popenfile = namedtuple( > - 'popenfile', ['path', 'fd', 'position', 'mode', 'flags']) > + > +popenfile = namedtuple('popenfile', ['path', 'fd', 'position', 'mode', > + 'flags', 'mnt_id', 'anon_fields']) > + Added the mnt_id field and a anon_fields which defaults to an empty dict if a regular file. —You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or mute the thread.
Source: Gmail -> IFTTT-> Blogger
No comments:
Post a Comment