Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=python.org; s=200901; t=1384134530; bh=u9GpHfOAnCkK7D5QbPbBVLFSOt2vgDHt95WWVcZykGk=; h=In-Reply-To:References:Date:Subject:From:To:Cc:From; b=pCmEKmTwoqGYad9EWgZxj2MMZkd6GcTYwCZHnoWKd5JEGo53bWEzCnIF18Wihyp/X ijdskLgx+Jf6xVhyLq9tb1YUiOS6cB9m6mIhKFNH2UXTtVYWa653BmhAlNVpNQiTjS bwjWQ6z8xMeNlsCVBojldMpDlt5ad9Bcador6AbA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=LsgCMriggFk5T5BBaMWzf55/8IZ6NfF3ZmlI7pnxyic=; b=I70IuiRdY3y/XrH1sjrDathaTUp/kBaw5tbvSfgUTffzPKcD9vjNRVdVi0wcJBaHXj SFH4IwciCtcfTI3wGqCEnSg3/egqCNCIYom8iReAp9yQ34volAeca8lgvTc+XW0C08n+ MtL3Yw01LUfgT62+VFLImBWA6BUFr2f9odNKFFwMCczOyNF1+tqfNCgwRre1HexjDWO0 6MQsODDm6H6p/BESMDGNzjc6bg7x5pQKmjZzXRQcvrP2k6ss4yVTtxARsCmzB1cwDsSz +GO5RKxOAkJX6Lrz8dhCrEJj8oKE6//A8yIyukNe31FyvFYe50zH95CdkH4LlroYbOdX bwMQ== MIME-Version: 1.0 X-Received: by 10.224.112.134 with SMTP id w6mr44213795qap.21.1384134527560; Sun, 10 Nov 2013 17:48:47 -0800 (PST) In-Reply-To: References: Date: Sun, 10 Nov 2013 20:48:47 -0500 Subject: Re: [Python-Dev] [RELEASE] Python 2.7.6 From: Benjamin Peterson To: Victor Stinner Content-Type: text/plain; charset=UTF-8 Cc: python-announce-list@python.org, python-list@python.org, Python Dev X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1384134531 news.xs4all.nl 15998 [2001:888:2000:d::a6]:40567 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:59043 2013/11/10 Victor Stinner : > 2013/11/10 Benjamin Peterson : >> All the changes in Python 2.7.6 are described in full detail in the Misc/NEWS >> file of the source tarball. You can also view online at >> >> http://hg.python.org/cpython/raw-file/99d03261c1ba/Misc/NEWS > > - Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. > A pthread_atfork() parent handler is used to seed the PRNG with pid, time > and some stack data. > > Is this changeset in Python 2.7.6 or not? It was backed out, but evidently the news entry wasn't removed. -- Regards, Benjamin