From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15339 invoked by alias); 23 Oct 2009 13:52:48 -0000 Received: (qmail 15323 invoked by uid 48); 23 Oct 2009 13:52:48 -0000 Date: Fri, 23 Oct 2009 13:52:00 -0000 Message-ID: <20091023135248.15322.qmail@sourceware.org> From: "pmuldoon at redhat dot com" To: gdb-prs@sourceware.org In-Reply-To: <20091019102534.10806.pmuldoon@redhat.com> References: <20091019102534.10806.pmuldoon@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug python/10806] Use ensure_python_env over PyGilState_Ensure X-Bugzilla-Reason: CC Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2009-q4/txt/msg00157.txt.bz2 ------- Additional Comments From pmuldoon at redhat dot com 2009-10-23 13:52 ------- I've checked in a patch to archer-tromey-python. Checked FSF upstream and there do not appear to be any other areas where PyGILState_Ensure is used. commit d4a1bd50bb1d7c3cab75f690597c64191b2b6f78 Author: Phil Muldoon Date: Thu Oct 22 08:39:28 2009 +0100 Use ensure_python_dev over PyGILState_Ensure/Release. 2009-10-21 Phil Muldoon PR python/10806 * python/python.c (run_python_script): Use ensure_python_env over PyGILState_Ensure. (gdbpy_run_events): Likewise. (run_python_script): Likewise. (source_python_script): Likewise. * python/py-breakpoint.c (gdbpy_breakpoint_created): Likewise. (gdbpy_breakpoint_deleted): Likewise. * python/py-inferior.c (delete_inferior_object): Likewise. (add_thread_objet): Likewise. (delete_thread_object): Likewise. -- What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED http://sourceware.org/bugzilla/show_bug.cgi?id=10806 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.