[Ironpython-users] IronPython, Daily Digest 7/14/2011

no_reply at codeplex.com no_reply at codeplex.com
Fri Jul 15 11:43:09 CEST 2011


Hi ironpython,

Here's your Daily Digest of new issues for project "IronPython".

In today's digest:ISSUES

1. [New comment] Locally unhandled exceptions being reported by debugger

----------------------------------------------

ISSUES

1. [New comment] Locally unhandled exceptions being reported by debugger
http://ironpython.codeplex.com/workitem/30502
User AphexSA has commented on the issue:

"I'm running into this too and this is actually preventing me from using certain programming routines and features, such as hasattr(), because the debugger will pop up with the exception report even though there is a try-except wrapped around the callee. Rather than ignore unhandled exceptions (which is a bad idea), I am forced to change my code in order avoid situations where this can occur. For example, I can't use hasattr because the way it's implemented is to try the attribute, and catch the AttributeError that might occur, and return True or False accordingly. But this issue makes hasattr a pain in the ass to have in your code, because you'll get unhandled exception reports. This is insanely confusing and annoying.

I'm using the latest RC1 of pytools too, and it still happens (with IronPython 2.7.1 Beta 1). Please, please fix this."
----------------------------------------------



----------------------------------------------
You are receiving this email because you subscribed to notifications on CodePlex.

To report a bug, request a feature, or add a comment, visit IronPython Issue Tracker. You can unsubscribe or change your issue notification settings on CodePlex.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20110715/b0858824/attachment.html>


More information about the Ironpython-users mailing list