This is a memory leak in pygobject. Lots leaks were fixed in
get_property() last release [1] but set_property() still needs work [2].
-Simon
[1] https://bugzilla.gnome.org/show_bug.cgi?id=726999#c7
[2] https://bugzilla.gnome.org/show_bug.cgi?id=735018
Thank you!
___
Myers
Cc: gtk-app
Subject: Re: Pygobject memory leak in set_property?
Hello,
How big is the memory increase? set_text() allocates memory for text, which
might be the cause.
Best,
Gergely
On 1 Jan 2015 22:55, "Colin Myers"
mailto:colin.my...@tabernus.com>> wrote:
Hello list,
I
Hello list,
I've been wrangling with a leak in my Pygobject/Gtk application and believe the
following lines of python demonstrate the problem:
from gi.repository import Gtk
cell = Gtk.CellRendererText()
text = 'Hello world'
while True:
cell.set_property('text', text)
No new python objects