diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4dea044..ed139fd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2013-05-20 Tom Tromey <tromey@redhat.com> + * python/py-evts.c (gdbpy_initialize_py_events): Don't + incref the module. + +2013-05-20 Tom Tromey <tromey@redhat.com> + * python/python.c (gdbpy_run_events): Decref the result of PyObject_CallObject. |