This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 8743a9cdd2 Add more methods to gdb.Progspace new 3c7aa30778 Change pspace_to_pspace_object to return a new reference new 0a9db5ad8a Change objfile_to_objfile_object to return a new reference new db1337cc83 Change thread_to_thread_object to return a new reference new 94c8b7253a Remove CPYCHECKER_RETURNS_BORROWED_REF
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/ChangeLog | 56 +++++++++++++++++++++++++++++++++++++++++ gdb/python/py-continueevent.c | 5 ++-- gdb/python/py-event.h | 5 ++-- gdb/python/py-inferior.c | 50 ++++++++++++++++-------------------- gdb/python/py-infthread.c | 10 +------- gdb/python/py-newobjfileevent.c | 20 ++++++--------- gdb/python/py-objfile.c | 50 +++++++++++++----------------------- gdb/python/py-prettyprint.c | 12 ++++----- gdb/python/py-progspace.c | 34 +++++++++++++------------ gdb/python/py-stopevent.c | 4 +-- gdb/python/py-symtab.c | 5 +--- gdb/python/py-threadevent.c | 8 +++--- gdb/python/py-xmethods.c | 11 ++++---- gdb/python/python-internal.h | 20 +++++---------- gdb/python/python.c | 11 +++----- 15 files changed, 156 insertions(+), 145 deletions(-)