[Python-bugs-list] [ python-Bugs-496171 ] FD_CLOEXEC no longer available

noreply@sourceforge.net noreply@sourceforge.net
Sat, 22 Dec 2001 13:40:33 -0800


Bugs item #496171, was opened at 2001-12-22 13:33
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=496171&group_id=5470

Category: Python Library
Group: Python 2.2
Status: Open
Resolution: None
>Priority: 7
Submitted By: Per Cederqvist (ceder)
Assigned to: Nobody/Anonymous (nobody)
Summary: FD_CLOEXEC no longer available

Initial Comment:
In at least Python 1.6 through 2.1, the FD_CLOEXEC
constant was available as FCNTL.FD_CLOEXEC.  Starting
with Python 2.2, the constant isn't available from
any module, as far as I (and grep) can tell.  The
fsh project (http://www.lysator.liu.se/fsh) needs
access to the FD_CLOEXEC flag.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=496171&group_id=5470