Files
binutils-gdb/gdb/python
Andrew Burgess dcf4c48453 gdb/python: remove PyObject_IsTrue call in gdbpy_handle_missing_debuginfo
In this review:

  https://inbox.sourceware.org/gdb-patches/87wmirfzih.fsf@tromey.com

Tom pointed out that using PyObject_IsTrue as I was doing, though
technically fine, at least appears to be missing an error check, and
that it would be better to compare to Py_True directly.  I made that
change in the patch Tom was commenting on, but I'd actually copied
that code from elsewhere in python/python.c, so this commit updates
the original code inline with Tom's review feedback.

There should be no functional change after this commit.

Approved-By: Tom Tromey <tom@tromey.com>
2024-11-14 19:34:43 +00:00
..
2024-11-01 11:06:47 -06:00
2024-04-25 12:59:02 -04:00
2024-05-17 09:39:41 -06:00
2024-11-01 11:06:47 -06:00
2024-09-30 13:23:35 -06:00
2024-11-01 11:06:47 -06:00
2024-09-30 13:23:35 -06:00
2024-04-02 11:21:39 -06:00