]> granicus.if.org Git - python/commit
Issue #16860: In tempfile, use O_CLOEXEC when available to set the
authorCharles-François Natali <neologix@free.fr>
Fri, 4 Jan 2013 17:33:02 +0000 (18:33 +0100)
committerCharles-François Natali <neologix@free.fr>
Fri, 4 Jan 2013 17:33:02 +0000 (18:33 +0100)
commitb9a76e292088c4931460aec674ad5a4bd2f8c7a6
treed395c196dac9b5dd41022c844ea3f56d9407a6e8
parent4e02538bf375fcdc8ebd0cdf24806014daf0c402
Issue #16860: In tempfile, use O_CLOEXEC when available to set the
close-on-exec flag atomically.
Lib/tempfile.py
Misc/NEWS