From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21352 invoked by alias); 21 Oct 2009 21:02:31 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 21228 invoked by uid 22791); 21 Oct 2009 21:02:30 -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 From: Tom Tromey To: Phil Muldoon Cc: Project Archer Subject: Re: [patch] Fix PR python/10806 References: <4ADEF4A5.7070200@redhat.com> Reply-To: Tom Tromey Date: Wed, 21 Oct 2009 21:02:00 -0000 In-Reply-To: <4ADEF4A5.7070200@redhat.com> (Phil Muldoon's message of "Wed, 21 Oct 2009 12:46:45 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2009-q4/txt/msg00018.txt.bz2 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. Tom