Re: [PATCH v2] Use Python safety API in py-symbol.c
Simon Marchi <[email protected]>
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
On 8/10/26 8:25 PM, Tom Tromey wrote: > This changes py-symbol.c to use the new Python safety API. > > v2 changes gdb.Symbol.value to accept keyword arguments. A new test > is added. > > Regression tested on x86-64 Fedora 40. I haven't followed the Python safety work much, but the patch LGTM. The include of "top.h" can now be removed. Do we need a NEWS entry for the `frame` keyword argument, or it's too minor? Approved-By: Simon Marchi <[email protected]> Simon