Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
Closed as not planned
Description
Bug report
Bug description:
This is something that I found when reading__builtins__.id
:
/* AC: gdb's integration with CPython relies on builtin_id having * the *exact* parameter names of "self" and "v", so we ensure we * preserve those name rather than using the AC defaults. *//*[clinicinput]idasbuiltin_idself:self(type="PyModuleDef *")objasv:object /
I wanted to addunused=True
but the signature doesn't change (namely, we still haveself
instead ofPy_UNUSED(self)
).
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response