Re: [PATCH] [gdb/python] Convert valpy_call to the "python safety" approach
Tom de Vries <[email protected]>
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
On 8/9/26 9:59 AM, Tom de Vries wrote: > I added a wrap_tp_call template to enforce and handle the new prototype of > valpy_call: > ... > - valpy_call, /*tp_call*/ > + wrap_tp_call<valpy_call>, /*tp_call*/ > ... > I realized that by making valpy_call a method of struct value_object, I could use varargs_wrapper instead. I'll send a v2 shortly. Thanks, - Tom