From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23485 invoked by alias); 21 Jul 2016 19:13:20 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 23466 invoked by uid 89); 21 Jul 2016 19:13:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=Phil, H*r:Unknown X-HELO: esa2.dell-outbound.iphmx.com Received: from Unknown (HELO esa2.dell-outbound.iphmx.com) (68.232.149.220) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 21 Jul 2016 19:13:18 +0000 Received: from ausc60pc101.us.dell.com ([143.166.85.206]) by esa2.dell-outbound.iphmx.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Jul 2016 00:13:10 +0500 X-LoopCount0: from 10.175.216.250 From: To: CC: , Subject: Re: Python gdb.Function is an old-style class? Date: Thu, 21 Jul 2016 19:13:00 -0000 Message-ID: <61FEDDE9-76F1-4DAF-B15C-AC6B6D4B626B@dell.com> References: <1469121732.5880.128.camel@gnu.org> <442ECA9F-4670-4B4A-8172-8AA7418EF332@dell.com> <1469126239.5880.136.camel@gnu.org> <097e16f3-2cf3-de5a-2440-79e3686d8730@redhat.com> In-Reply-To: <097e16f3-2cf3-de5a-2440-79e3686d8730@redhat.com> Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes X-SW-Source: 2016-07/txt/msg00020.txt.bz2 > On Jul 21, 2016, at 2:49 PM, Phil Muldoon wrote: >=20 > ... > I'll check what we are doing in gdb.Function. But I've never linted > the Python bindings so there might be other areas where the linting > function flags usage requirements. I wonder about pylint. I just tried it (what a pain...); it complains that= gdb doesn't have a Function member [sic] even though clearly it does. paul