<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: PyClutter and Garbage Collection</title>
	<atom:link href="http://www.rojtberg.net/251/pyclutter-and-garbage-collection/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rojtberg.net/251/pyclutter-and-garbage-collection/</link>
	<description>Linux &#38; Tech Stuff</description>
	<lastBuildDate>Mon, 19 Jul 2010 23:39:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Mackenzie</title>
		<link>http://www.rojtberg.net/251/pyclutter-and-garbage-collection/comment-page-1/#comment-364</link>
		<dc:creator>Mackenzie</dc:creator>
		<pubDate>Mon, 04 May 2009 18:55:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojtberg.net/?p=251#comment-364</guid>
		<description>Interesting.  The only garbage collected language I&#039;m used to is Java, so the example of how to make it work looked perfectly natural to me.</description>
		<content:encoded><![CDATA[<p>Interesting.  The only garbage collected language I&#8217;m used to is Java, so the example of how to make it work looked perfectly natural to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pavel</title>
		<link>http://www.rojtberg.net/251/pyclutter-and-garbage-collection/comment-page-1/#comment-363</link>
		<dc:creator>Pavel</dc:creator>
		<pubDate>Mon, 04 May 2009 13:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojtberg.net/?p=251#comment-363</guid>
		<description>well generally you don&#039;t have to deal with scope in python, since the garbage collector figures out when to clean up the variable on its own. This is done by reference counting.
But in the example above it fails, because the reference count of alpha is not increased when creating the Behaviour and the reference count of Behaviour is not increased when applying it to obj.
So basically this is an error in the python binding of clutter.</description>
		<content:encoded><![CDATA[<p>well generally you don&#8217;t have to deal with scope in python, since the garbage collector figures out when to clean up the variable on its own. This is done by reference counting.<br />
But in the example above it fails, because the reference count of alpha is not increased when creating the Behaviour and the reference count of Behaviour is not increased when applying it to obj.<br />
So basically this is an error in the python binding of clutter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mackenzie</title>
		<link>http://www.rojtberg.net/251/pyclutter-and-garbage-collection/comment-page-1/#comment-362</link>
		<dc:creator>Mackenzie</dc:creator>
		<pubDate>Mon, 04 May 2009 07:12:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojtberg.net/?p=251#comment-362</guid>
		<description>How is this specific to clutter?  Wouldn&#039;t this happen any time you have to deal with scope?  Or does Python&#039;s implementation of scope deviate widely from every other language?</description>
		<content:encoded><![CDATA[<p>How is this specific to clutter?  Wouldn&#8217;t this happen any time you have to deal with scope?  Or does Python&#8217;s implementation of scope deviate widely from every other language?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
