Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #29529

Re: How to get the list of all my open file(descriptor)s and locks?

References <CANXECd56v1aefBgEeFv6=96w9ooM-HyjbpvE+d2SaZpRXhX7Mg@mail.gmail.com> <CANXECd5LoiO_19dAF2UapPWE0HfZ=faGao_v9-dGwYvpOdPA2Q@mail.gmail.com>
From Ian Kelly <ian.g.kelly@gmail.com>
Date 2012-09-19 15:40 -0600
Subject Re: How to get the list of all my open file(descriptor)s and locks?
Newsgroups comp.lang.python
Message-ID <mailman.943.1348090842.27098.python-list@python.org> (permalink)

Show all headers | View raw


On Wed, Sep 19, 2012 at 2:36 PM, Ismael Farfán <sulfurfff@gmail.com> wrote:
> It seems like I can use os.fstat to find out if a fd exists and also
> get it's type and mode (I'm getting some pipes too : )

Sure, because files and pipes both use the file descriptor
abstraction.  If your process does any networking, you'll find sockets
in there as well.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: How to get the list of all my open file(descriptor)s and locks? Ian Kelly <ian.g.kelly@gmail.com> - 2012-09-19 15:40 -0600

csiph-web