From: Phil Muldoon <pmuldoon@redhat.com>
To: psmith@gnu.org, Paul_Koning@Dell.com
Cc: gdb@sourceware.org
Subject: Re: Python gdb.Function is an old-style class?
Date: Thu, 21 Jul 2016 19:26:00 -0000 [thread overview]
Message-ID: <efcd94aa-888d-8306-0192-4d76e7893107@redhat.com> (raw)
In-Reply-To: <1469128597.5880.153.camel@gnu.org>
On 21/07/16 20:16, Paul Smith wrote:
> On Thu, 2016-07-21 at 19:49 +0100, Phil Muldoon wrote:
>> Does calling the super __init__ function solve the PyLint issue?
>>
>> super(self).__init__()
>>
>> The old style/new style classes were introduced, I think, in Python
>> 2.2 (I have not checked).
>
> Yes, I believe you're right. I assume GDB doesn't try to support any
> Python API older than 2.2!!
It's ambivalent in my opinion. It works with Python 3. But I think the
case here is that nobody has run the PyLint over GDB Python API script
usage to check for these scenarios.
>> 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 really must have fubar'ed my email to cause so much confusion :).
>
> I have a set of functions in my own source directory like this:
>
> $ cat mystuff.py
>
> class MyStuff(gdb.Function):
> def __init__(self):
> super(MyStuff, self).__init__("mystuff")
>
> def invoke(self):
> do_stuff()
>
> This works great, I can source these from within GDB then call
> $mystuff() etc.
>
> But when I run Pylint on "mystuff.py", I get an error because Pylint
> thinks that I'm not inheriting from object.
>
> I suspect a Pylint problem, where it can't grok that gdb.Function is a
> new-style class (through the C API?), because the super() code actually
> works.
Yes, in the source tree see gdb/python/py-function.c. I've not had a
chance to check it yet or if, in fact, there is something we could
tweak. It's never come up before ;)
Cheers
Phil
prev parent reply other threads:[~2016-07-21 19:26 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-21 17:22 Paul Smith
2016-07-21 17:38 ` Paul_Koning
2016-07-21 18:06 ` Paul_Koning
2016-07-21 18:37 ` Paul Smith
2016-07-21 18:50 ` Phil Muldoon
2016-07-21 19:13 ` Paul_Koning
2016-07-21 19:17 ` Paul Smith
2016-07-21 19:20 ` Paul Smith
2016-07-21 19:26 ` Phil Muldoon [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=efcd94aa-888d-8306-0192-4d76e7893107@redhat.com \
--to=pmuldoon@redhat.com \
--cc=Paul_Koning@Dell.com \
--cc=gdb@sourceware.org \
--cc=psmith@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox