From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18645 invoked by alias); 21 Jul 2008 01:59:00 -0000 Received: (qmail 18590 invoked by uid 22791); 21 Jul 2008 01:58:59 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 21 Jul 2008 01:58:40 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 11EF680002; Mon, 21 Jul 2008 01:58:38 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id D752780001; Mon, 21 Jul 2008 01:58:37 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1KKkfc-000198-GX; Sun, 20 Jul 2008 21:58:36 -0400 Date: Mon, 21 Jul 2008 01:59:00 -0000 From: Daniel Jacobowitz To: Tom Tromey Cc: Thiago Jung Bauermann , gdb-patches ml Subject: Re: [RFA] Re: [RFC][patch 1/9] initial Python support Message-ID: <20080721015836.GA4236@caradoc.them.org> Mail-Followup-To: Tom Tromey , Thiago Jung Bauermann , gdb-patches ml References: <20080429155212.444237503@br.ibm.com> <20080429155304.288626880@br.ibm.com> <20080528205921.GA2969@caradoc.them.org> <20080615181833.uxmo25mg0kko40kw@imap.linux.ibm.com> <1216107418.14956.27.camel@localhost.localdomain> <1216245620.12209.18.camel@localhost.localdomain> <20080718195010.GA14356@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2008-05-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-07/txt/msg00387.txt.bz2 On Sun, Jul 20, 2008 at 04:43:06PM -0600, Tom Tromey wrote: > >>>>> "Daniel" == Daniel Jacobowitz writes: > > >> +# Flags needed to compile Python code (taken from python-config --cflags) > >> +PYTHON_CFLAGS=-fno-strict-aliasing -DNDEBUG -fwrapv > > I wonder whether we really need -fwrapv. I can understand it being > needed by the python interpreter... but does this need leak out to > user code via macros? I don't know, but wouldn't be surprised... Python's got an awful lot of macros. > Daniel> Also, perhaps this should use a prefix command, like "set python > Daniel> print-stack"? > > While fixing the manual I realized I had put this under "maint". > I left it there in my recent fixes, but I thought I'd make this > explicit... would you rather "maint set python print-stack", or the > same without "maint"? I've no preference. -- Daniel Jacobowitz CodeSourcery