This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients kevinwatters, mamulsow, pitrou
Date 2008-08-15.10:25:47
SpamBayes Score 0.00029594998
Marked as misclassified No
Message-id <1218795957.15.0.0434772700008.issue3006@psf.upfronthosting.co.za>
In-reply-to
Content
> It's not perfect--another thread could still spawn a subprocess in
> between

Then it could be done in socketmodule.c, when still holding the GIL.
Python code can change back the socket to inheritable afterwards if it
wants to.

> We probably need some kind of API for setting socket inheritance.

Right.
History
Date User Action Args
2008-08-15 10:25:57pitrousetrecipients: + pitrou, kevinwatters, mamulsow
2008-08-15 10:25:57pitrousetmessageid: <1218795957.15.0.0434772700008.issue3006@psf.upfronthosting.co.za>
2008-08-15 10:25:48pitroulinkissue3006 messages
2008-08-15 10:25:47pitroucreate