]> 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:28:15 +0000 (21:28 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 25 Nov 2011 20:28:15 +0000 (21:28 +0100)
commit4558bad7d64a7599b46fb56ea2df52319437f3a0
tree8cb5015f604888d24cf9cc88f0b3b66609f7ea27
parentfd9ebd4a361805607baea3e038652f207575ced8
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