This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients ferringb, ncoghlan, neologix, pitrou, python-dev
Date 2011-11-25.20:38:19
SpamBayes Score 0.0091561815
Marked as misclassified No
Message-id <E1RU2XL-0006Iq-4F@dinsdale.python.org>
In-reply-to
Content
New changeset 3c9ddd93c983 by Antoine Pitrou in branch '3.2':
Issue #12856: Ensure child processes do not inherit the parent's random seed for filename generation in the tempfile module.
http://hg.python.org/cpython/rev/3c9ddd93c983

New changeset 588087429809 by Antoine Pitrou in branch 'default':
Issue #12856: Ensure child processes do not inherit the parent's random seed for filename generation in the tempfile module.
http://hg.python.org/cpython/rev/588087429809

New changeset e42be90eb9c5 by Antoine Pitrou in branch '2.7':
Issue #12856: Ensure child processes do not inherit the parent's random seed for filename generation in the tempfile module.
http://hg.python.org/cpython/rev/e42be90eb9c5
History
Date User Action Args
2011-11-25 20:38:20python-devsetrecipients: + python-dev, ncoghlan, pitrou, ferringb, neologix
2011-11-25 20:38:20python-devlinkissue12856 messages
2011-11-25 20:38:20python-devcreate