Issue #12856: Ensure child processes do not inherit the parent's random seed for...
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 25 Nov 2011 20:28:15 +0000 (21:28 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 25 Nov 2011 20:28:15 +0000 (21:28 +0100)
commita5d5bb997b1cb8b5d8a33d67c505ceba3bc3d9e9
tree9e88e41369c4d6ebb7dedf6781de00d90d79651f
parentda75dd2a9bc56d8a68e106fa10f8dd0052fff869
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