Re: [IronPython] Bug: module ImportError exception not being raised

2006-04-12 Thread Anthony Tarlano
e can > deduce what's going on from that. > > > > Do you want to help develop Dynamic languages on CLR? > (http://members.microsoft.com/careers/search/details.aspx?JobID=6D4754DE-11F0-45DF-8B78-DC1B43134038) > > -----Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROT

Re: [IronPython] Bug: module ImportError exception not being raised

2006-04-11 Thread Dino Viehland
ROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anthony Tarlano Sent: Thursday, April 06, 2006 1:59 PM To: Discussion of IronPython Subject: [IronPython] Bug: module ImportError exception not being raised Hi, I found that IronPython Beta 5 is not raising ImportError and just going into a livelock

Re: [IronPython] Bug: module ImportError exception not being raised

2006-04-06 Thread Dino Viehland
ECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anthony Tarlano Sent: Thursday, April 06, 2006 1:59 PM To: Discussion of IronPython Subject: [IronPython] Bug: module ImportError exception not being raised Hi, I found that IronPython Beta 5 is not raising ImportError and just going into a livelock

[IronPython] Bug: module ImportError exception not being raised

2006-04-06 Thread Anthony Tarlano
Hi, I found that IronPython Beta 5 is not raising ImportError and just going into a livelock loop when there is a circular import between two modules. Here is the test case where you'll see CPython returning an ImportError exception and IronPython spining DELL# ls a.py b.py DELL# cat a.py from