drgn/libdrgn/python
Omar Sandoval 0d35dec8ee libdrgn: python: define Py_RETURN_BOOL
And use it instead of an if statement with
Py_RETURN_TRUE/Py_RETURN_FALSE or PyBool_FromLong().

Signed-off-by: Omar Sandoval <osandov@osandov.com>
2021-01-28 11:35:09 -08:00
..
drgnpy.h libdrgn: python: define Py_RETURN_BOOL 2021-01-28 11:35:09 -08:00
error.c libdrgn: rename "unavailable" objects to "absent" objects 2020-12-29 14:58:26 -08:00
helpers.c libdrgn: python: define Py_RETURN_BOOL 2021-01-28 11:35:09 -08:00
language.c Update copyright headers to Facebook and add missing headers 2020-05-15 15:13:02 -07:00
module.c libdrgn: python: define Py_RETURN_BOOL 2021-01-28 11:35:09 -08:00
object.c libdrgn: python: define Py_RETURN_BOOL 2021-01-28 11:35:09 -08:00
platform.c libdrgn: python: define Py_RETURN_BOOL 2021-01-28 11:35:09 -08:00
program.c libdrgn: get rid of struct drgn_stack_frame 2021-01-27 11:22:34 -08:00
stack_trace.c libdrgn: get rid of struct drgn_stack_frame 2021-01-27 11:22:34 -08:00
symbol.c libdrgn: python: define Py_RETURN_BOOL 2021-01-28 11:35:09 -08:00
test.c Clean up #includes with include-what-you-use 2020-09-23 16:29:42 -07:00
type.c libdrgn: python: define Py_RETURN_BOOL 2021-01-28 11:35:09 -08:00
util.c libdrgn: replace lazy types with lazy objects 2021-01-08 17:39:51 -08:00