Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Tom Tromey <tom@tromey.com>
To: Paul Koning <paulkoning@comcast.net>
Cc: Tom Tromey <tom@tromey.com>,  Tom de Vries <tdevries@suse.de>,
	gdb-patches@sourceware.org
Subject: Re: [PATCH] Use the "O!" format more in the Python code
Date: Fri, 27 Feb 2026 12:58:31 -0700	[thread overview]
Message-ID: <871pi6t0uw.fsf@tromey.com> (raw)
In-Reply-To: <283854B8-3788-43DB-991A-DEDF4CB56387@comcast.net> (Paul Koning's message of "Fri, 27 Feb 2026 14:35:01 -0500")

>>>>> "Paul" == Paul Koning <paulkoning@comcast.net> writes:

Paul> Also, any type can be subclassed.  That
Paul> last point is not true for types defined in C code, unless the code
Paul> allows it to happen.  In general it should do so; it's very rare
Paul> indeed for it to be "the right thing" for a type not to allow
Paul> subclasses.

In gdb we've been fairly selective with this.

I looked it up and you have to set Py_TPFLAGS_BASETYPE, which we do in
13 of the classes that gdb implements.

Maybe we should do this everywhere?  But if we did that then wouldn't we
also want to implement the 'dict' feature everywhere as well?

I'm not sure there's a big advantage to it or need for it though.
So maybe it's just busy-work.


I've been hoping to transition the internal types to be real C++ types,
like give them constructors and destructors, initializers, etc.  But
maybe it's not really possible with the Python lifetime model, at least
when subclassing is available.

Tom

  reply	other threads:[~2026-02-27 19:59 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-27 16:48 Tom Tromey
2026-02-27 18:23 ` Tom de Vries
2026-02-27 18:31   ` Tom Tromey
2026-02-27 19:01     ` Tom Tromey
2026-02-27 19:06       ` Tom de Vries
2026-02-27 19:35     ` Paul Koning
2026-02-27 19:58       ` Tom Tromey [this message]
2026-02-27 20:24         ` Paul Koning

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=871pi6t0uw.fsf@tromey.com \
    --to=tom@tromey.com \
    --cc=gdb-patches@sourceware.org \
    --cc=paulkoning@comcast.net \
    --cc=tdevries@suse.de \
    /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