]> granicus.if.org Git - python/commit
Issue #12856: Ensure child processes do not inherit the parent's random seed for...
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 25 Nov 2011 20:29:27 +0000 (21:29 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 25 Nov 2011 20:29:27 +0000 (21:29 +0100)
commitc24847658fb1e676391d3db1096219581cd2782c
tree0077927f8066b0ed872f5f2c4947e9dd13290b02
parentcad939bf9d83cd7d9f0b74076e81c3b1de16d88d
parent4558bad7d64a7599b46fb56ea2df52319437f3a0
Issue #12856: Ensure child processes do not inherit the parent's random seed for filename generation in the tempfile module.
Patch by Brian Harring.
Lib/tempfile.py
Lib/test/test_tempfile.py
Misc/NEWS