Hi ironpython,

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

In today's digest:ISSUES

1. [New comment] Importing .NET types causes ImportExceptions (zipimport 
handler)
2. [New comment] Importing .NET types causes ImportExceptions (zipimport 
handler)

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

ISSUES

1. [New comment] Importing .NET types causes ImportExceptions (zipimport 
handler)
http://ironpython.codeplex.com/workitem/34602
User slide_o_mix has commented on the issue:

"<p>This is how the python importer works. The importer is supposed to raise an 
exception if the importer can't handle that type of import. So, in short this 
behavior needs to be maintained for compatibility.</p>"-----------------

2. [New comment] Importing .NET types causes ImportExceptions (zipimport 
handler)
http://ironpython.codeplex.com/workitem/34602
User jdhardy has commented on the issue:

"<p>I usually just tell the debugger to ignore those exceptions.</p><p>One 
option to mitigate could be switching to lightweight exceptions, which don't 
throw a real exception but fake it instead. They're faster too, but it one has 
to remember to deal with them or they get ignored.</p>"
----------------------------------------------



----------------------------------------------
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.
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
https://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to