Discussion:
[Bug python/16035] New: gdb objects should hold strong reference to python wrappers
tromey at redhat dot com
2013-10-09 19:48:04 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=16035

Bug ID: 16035
Summary: gdb objects should hold strong reference to python
wrappers
Product: gdb
Version: HEAD
Status: NEW
Severity: normal
Priority: P2
Component: python
Assignee: unassigned at sourceware dot org
Reporter: tromey at redhat dot com

If a Python object wraps some gdb object, and the gdb object
has a back-link to the Python object, then this back-link
ought to be a strong reference that is freed only when the
underlying gdb object is freed.

One incorrect one is py-inferior.c; Doug sent a patch for this.

The other types need auditing as well though.
--
You are receiving this mail because:
You are on the CC list for the bug.
tromey at sourceware dot org
2018-09-15 05:48:03 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=16035

Tom Tromey <tromey at sourceware dot org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |tromey at sourceware dot org
Resolution|--- |FIXED

--- Comment #1 from Tom Tromey <tromey at sourceware dot org> ---
This is true for everything now, I believe.
--
You are receiving this mail because:
You are on the CC list for the bug.
Loading...