This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: Python gdb.Function is an old-style class?
> On Jul 21, 2016, at 2:49 PM, Phil Muldoon <pmuldoon@redhat.com> wrote:
>
> ...
> 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