From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2457 invoked by alias); 22 Oct 2009 07:40:57 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 2448 invoked by uid 22791); 22 Oct 2009 07:40:56 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Message-ID: <4AE00C7F.7080002@redhat.com> Date: Thu, 22 Oct 2009 07:40:00 -0000 From: Phil Muldoon User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20090922 Fedora/3.0-2.7.b4.fc11 Lightning/1.0pre Thunderbird/3.0b4 MIME-Version: 1.0 To: Tom Tromey CC: Project Archer Subject: Re: [patch] Fix PR python/10806 References: <4ADEF4A5.7070200@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2009-q4/txt/msg00019.txt.bz2 On 10/21/2009 10:02 PM, Tom Tromey wrote: > Phil> This patch addresses PR python/10806. It is mechanical replacement of > Phil> the PyGILState_Ensure/Release with the more recently introduced > Phil> ensure_python_env. > > Phil> OK? > > This is fine, thanks. > Committed, thanks.