<?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: How not to do thread local storage with Python</title>
	<atom:link href="http://blogs.gnome.org/jamesh/2008/06/11/tls-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/jamesh/2008/06/11/tls-python/</link>
	<description>Random stuff</description>
	<lastBuildDate>Wed, 28 Oct 2009 02:53:32 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Pierre</title>
		<link>http://blogs.gnome.org/jamesh/2008/06/11/tls-python/comment-page-1/#comment-683</link>
		<dc:creator>Pierre</dc:creator>
		<pubDate>Fri, 13 Jun 2008 08:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/jamesh/2008/06/11/tls-python/#comment-683</guid>
		<description>Thanks for pointing this out.</description>
		<content:encoded><![CDATA[<p>Thanks for pointing this out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Henstridge</title>
		<link>http://blogs.gnome.org/jamesh/2008/06/11/tls-python/comment-page-1/#comment-682</link>
		<dc:creator>James Henstridge</dc:creator>
		<pubDate>Thu, 12 Jun 2008 00:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/jamesh/2008/06/11/tls-python/#comment-682</guid>
		<description>I don&#039;t dispute that the function has its uses – just that this is not one of them.  I spent a while tracking down a problem caused by this class of bug (&lt;a href=&quot;https://bugs.launchpad.net/zodb/+bug/239086&quot; rel=&quot;nofollow&quot;&gt;https://bugs.launchpad.net/zodb/+bug/239086&lt;/a&gt;).</description>
		<content:encoded><![CDATA[<p>I don&#8217;t dispute that the function has its uses – just that this is not one of them.  I spent a while tracking down a problem caused by this class of bug (<a href="https://bugs.launchpad.net/zodb/+bug/239086" rel="nofollow">https://bugs.launchpad.net/zodb/+bug/239086</a>).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bash</title>
		<link>http://blogs.gnome.org/jamesh/2008/06/11/tls-python/comment-page-1/#comment-681</link>
		<dc:creator>bash</dc:creator>
		<pubDate>Wed, 11 Jun 2008 19:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/jamesh/2008/06/11/tls-python/#comment-681</guid>
		<description>get_ident() is the threading equivalent to fileno in filelike objects. None of them claim to be unique and both are implementation details which may be out of the contract, but are very useful.</description>
		<content:encoded><![CDATA[<p>get_ident() is the threading equivalent to fileno in filelike objects. None of them claim to be unique and both are implementation details which may be out of the contract, but are very useful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
