Re: Checkpassword and FD3 - the problem

Jason R. Mastaler <[email protected]> Wed, 09 Apr 2003 17:12:32 -0600
Newsgroups gmane.comp.djb.checkpassword
Organization Mastaler Systems
Message-ID <[email protected]>
Felix von Leitner <[email protected]> writes:

> You could also try setting the flag yourself.  I don't know how it's
> done in python, but in C it's
>
>   fcntl(fd,F_SETFD,FD_CLOEXEC);

Python has a fcntl module:

http://www.python.org/doc/current/lib/module-fcntl.html