]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23458: On POSIX, the file descriptor kept open by os.urandom() is now
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 24 Feb 2015 13:30:43 +0000 (14:30 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 24 Feb 2015 13:30:43 +0000 (14:30 +0100)
commite0a0bd6eaa40c132e1a270df6ae73c1d87628188
treee74c2165733b9c9df97bbb2f4d150efb21d04d95
parent0e4da40e58a81823ecd39f6e882367e2ce622b32
Issue #23458: On POSIX, the file descriptor kept open by os.urandom() is now
set to non inheritable
Lib/test/subprocessdata/fd_status.py [new file with mode: 0644]
Lib/test/test_os.py
Misc/NEWS
Python/random.c