mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-23 09:43:06 +00:00
91b26e2338
We have tons of cleanup code just for calling Py_DECREF(); this is a perfect use case for a scope guard. Add it and use it everywhere that it is straightforward to. Signed-off-by: Omar Sandoval <osandov@osandov.com> |
||
---|---|---|
.. | ||
drgnpy.h | ||
error.c | ||
helpers.c | ||
language.c | ||
main.c | ||
object.c | ||
platform.c | ||
program.c | ||
stack_trace.c | ||
symbol.c | ||
test.c | ||
thread.c | ||
type.c | ||
util.c |