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 amaury.forgeotdarc
Recipients alexey-smirnov, amaury.forgeotdarc, georg.brandl, neologix, petri.lehtinen, pitrou, python-dev, socketpair, vstinner
Date 2011-09-06.11:29:33
SpamBayes Score 0.00039240925
Marked as misclassified No
Message-id <1315308573.92.0.184488900674.issue12105@psf.upfronthosting.co.za>
In-reply-to
Content
> O_CLOEXEC is not linux-only. Windows has the same flag.
> In file-opening functions there is lpSecurityAttributes argument

How do you suggest to use it? Even on Windows, python calls open(). And lpSecurityAttributes is an argument of CreateFile (which is the win32 kernel function that open() calls)
History
Date User Action Args
2011-09-06 11:29:34amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, georg.brandl, pitrou, vstinner, neologix, socketpair, python-dev, petri.lehtinen, alexey-smirnov
2011-09-06 11:29:33amaury.forgeotdarcsetmessageid: <1315308573.92.0.184488900674.issue12105@psf.upfronthosting.co.za>
2011-09-06 11:29:33amaury.forgeotdarclinkissue12105 messages
2011-09-06 11:29:33amaury.forgeotdarccreate