<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>This... is... Dynamic!</title><link>http://blogs.msdn.com/curth/archive/2008/07/31/this-is-dynamic.aspx</link><description>Regarding our need to check-and-rethrow exceptions in IronPython , int19h asks "Shouldn't exception filters do the trick without the need to rethrow explicitly?" That's a good question. In fact, I had the exact same reaction when I first started looking</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: This... is... Dynamic!</title><link>http://blogs.msdn.com/curth/archive/2008/07/31/this-is-dynamic.aspx#8797775</link><pubDate>Fri, 01 Aug 2008 09:40:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8797775</guid><dc:creator>int19h</dc:creator><description>&lt;p&gt;Personally, I am of the opinion that anyone using this edge case in production code deserves to be drawn and quartered publicly... but yeah, I can understand the need to stay true to the spec.&lt;/p&gt;
</description></item><item><title>re: This... is... Dynamic!</title><link>http://blogs.msdn.com/curth/archive/2008/07/31/this-is-dynamic.aspx#8797792</link><pubDate>Fri, 01 Aug 2008 09:42:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8797792</guid><dc:creator>int19h</dc:creator><description>&lt;p&gt;Even so, wouldn't it be possible to optimize the case where the value used in &amp;quot;except&amp;quot; cannot be changed later on (e.g., it's a name of a .NET class) to a filter block?&lt;/p&gt;
</description></item><item><title>re: This... is... Dynamic!</title><link>http://blogs.msdn.com/curth/archive/2008/07/31/this-is-dynamic.aspx#8800029</link><pubDate>Fri, 01 Aug 2008 17:29:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8800029</guid><dc:creator>curth</dc:creator><description>&lt;p&gt;We don't do any identification of names to see if they match a .NET class name. &amp;nbsp;The top of the file could say &amp;quot;from System import ApplicationException&amp;quot; or it could say &amp;quot;class ApplicationException(object): pass&amp;quot;. &amp;nbsp;Or it could pick between the two based on some criterion. &amp;nbsp;Either way, we won't know what the value of the symbol is until we actually get to execute the statement &amp;quot;except ApplicationException&amp;quot;.&lt;/p&gt;
</description></item></channel></rss>