<?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: asserts in python may not work as expected</title>
	<atom:link href="http://nanl.de/blog/2009/06/asserts-in-python-may-not-work-as-expected/feed/" rel="self" type="application/rss+xml" />
	<link>http://nanl.de/blog/2009/06/asserts-in-python-may-not-work-as-expected/</link>
	<description></description>
	<lastBuildDate>Wed, 11 Apr 2012 10:14:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Guillaume</title>
		<link>http://nanl.de/blog/2009/06/asserts-in-python-may-not-work-as-expected/#comment-480</link>
		<dc:creator>Guillaume</dc:creator>
		<pubDate>Tue, 18 Aug 2009 15:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://nanl.de/blog/?p=104#comment-480</guid>
		<description>Hey Mirko.  I guess your conclusion should rather be : _openembedded_ distribution patches python to run in release mode by default (btw, you can revert to debug mode with -N)

It is not a bug. You can always disable the asserts in python with -O.  So you should never rely on assert to raise an exception anyway.</description>
		<content:encoded><![CDATA[<p>Hey Mirko.  I guess your conclusion should rather be : _openembedded_ distribution patches python to run in release mode by default (btw, you can revert to debug mode with -N)</p>
<p>It is not a bug. You can always disable the asserts in python with -O.  So you should never rely on assert to raise an exception anyway.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

