<?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: SQLAlchemy 0.5.3 and 0.5.5 error: Set changed size during iteration</title>
	<atom:link href="http://www.norwinter.com/2009/08/03/sqlalchemy-0-5-3-and-0-5-5-error-set-changed-size-during-iteration/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.norwinter.com/2009/08/03/sqlalchemy-0-5-3-and-0-5-5-error-set-changed-size-during-iteration/</link>
	<description>Home of Bouncy Hunters and Konkret.</description>
	<lastBuildDate>Tue, 24 Aug 2010 15:46:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: siker</title>
		<link>http://www.norwinter.com/2009/08/03/sqlalchemy-0-5-3-and-0-5-5-error-set-changed-size-during-iteration/comment-page-1/#comment-501</link>
		<dc:creator>siker</dc:creator>
		<pubDate>Thu, 06 Aug 2009 20:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.norwinter.com/?p=154#comment-501</guid>
		<description>Hey Mike,

Sounds like just the fix needed! Thanks, will go ahead and try it out.</description>
		<content:encoded><![CDATA[<p>Hey Mike,</p>
<p>Sounds like just the fix needed! Thanks, will go ahead and try it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike bayer</title>
		<link>http://www.norwinter.com/2009/08/03/sqlalchemy-0-5-3-and-0-5-5-error-set-changed-size-during-iteration/comment-page-1/#comment-450</link>
		<dc:creator>mike bayer</dc:creator>
		<pubDate>Mon, 03 Aug 2009 14:22:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.norwinter.com/?p=154#comment-450</guid>
		<description>try out the trunk (0.5.6 essentially).  we&#039;ve put a guard list() around that collection.   the issue is dependent on the fact that you&#039;re using &quot;mutable&quot; attributes, usually PickleTypes.  If you don&#039;t need to track changes within those elements, set mutable=False on your pickletypes.</description>
		<content:encoded><![CDATA[<p>try out the trunk (0.5.6 essentially).  we&#8217;ve put a guard list() around that collection.   the issue is dependent on the fact that you&#8217;re using &#8220;mutable&#8221; attributes, usually PickleTypes.  If you don&#8217;t need to track changes within those elements, set mutable=False on your pickletypes.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
