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 christian.heimes
Recipients alexey-smirnov, amaury.forgeotdarc, christian.heimes, neologix, sbt, vstinner
Date 2013-01-03.15:32:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357227178.19.0.40575204584.issue16850@psf.upfronthosting.co.za>
In-reply-to
Content
You could do both: use the O_CLOEXEC flag and do a fcntl() call on POSIX. In my opinion it's enough to document that the x flag may be affected by a race condition issue on some operation systems.
History
Date User Action Args
2013-01-03 15:32:58christian.heimessetrecipients: + christian.heimes, amaury.forgeotdarc, vstinner, neologix, sbt, alexey-smirnov
2013-01-03 15:32:58christian.heimessetmessageid: <1357227178.19.0.40575204584.issue16850@psf.upfronthosting.co.za>
2013-01-03 15:32:58christian.heimeslinkissue16850 messages
2013-01-03 15:32:58christian.heimescreate