From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5947 invoked by alias); 30 Aug 2010 18:24:02 -0000 Received: (qmail 5936 invoked by uid 22791); 30 Aug 2010 18:24:01 -0000 X-SWARE-Spam-Status: No, hits=-0.7 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 30 Aug 2010 18:23:54 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0L7Z00D009QAZ900@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Mon, 30 Aug 2010 21:23:48 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.126.202.93]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L7Z00DJS9RNWR10@a-mtaout20.012.net.il>; Mon, 30 Aug 2010 21:23:48 +0300 (IDT) Date: Mon, 30 Aug 2010 18:24:00 -0000 From: Eli Zaretskii Subject: Re: RFA: fix PR python/11792 In-reply-to: To: Tom Tromey Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83sk1wj6tq.fsf@gnu.org> References: 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: 2010-08/txt/msg00528.txt.bz2 > X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, > T_RP_MATCHES_RCVD autolearn=ham version=3.3.1 > From: Tom Tromey > Date: Mon, 30 Aug 2010 12:01:35 -0600 > > >>>>> "Tom" == Tom Tromey writes: > > Tom> This fixes PR python/11792, which is a feature request asking for a new > Tom> Value.dynamic_type method. The PR includes a patch (Andre has an > Tom> assignment via his company), but I've tweaked it here and there and also > Tom> added docs and a test case. > > Tom> This needs a doc review. > > Ping. Sorry. The docs patch is okay, but I wonder whether we should say something about what happens when the language is not C++. Thanks.