[IronPython] Infinite loop on package import

Martin Maly Martin.Maly at microsoft.com
Tue Jun 6 01:22:04 CEST 2006


You are right. It is a bug. Thanks for reporting it, we'll try to get it fixed as soon as possible.

Martin

________________________________
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Aude Espesset
Sent: Monday, June 05, 2006 2:06 PM
To: Discussion of IronPython
Subject: [IronPython] Infinite loop on package import

Hi,
I get an infinite loop when importing a package with the following  files :

__init__.py reads:
from a import *

a.py reads:
import b

b.py reads:
import a




________________________________
From: users-bounces at lists.ironpython.com on behalf of Dino Viehland
Sent: Fri 6/2/2006 2:14 PM
To: Discussion of IronPython
Subject: Re: [IronPython] How to update visual studio for Ironpython beta 7 & Infinite loop on package import

We're actually not aware of any issues w/ importing...  do you have a simple repro, or does it repro w/ the same steps as the previous one for you?



To update to beta 7 you should be able to replace the IronPython binaries that ship w/ VSIP.  Those typically get deployed to:

%ProgramFiles\Visual Studio 2005 SDK\(some date)\VisualStudioIntegration\Common\Assemblies

Just replace those, then re-build the IronPython integration sample (%ProgramFiles%\Visual Studio 2005 SDK\(some date)\VisualStudioIntegration\Samples\IronPythonIntegration\) and then the project should be up-to-date and using beta 7.

-----Original Message-----
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Aude Espesset
Sent: Friday, June 02, 2006 2:00 PM
To: users at lists.ironpython.com
Subject: [IronPython] How to update visual studio for Ironpython beta 7 & Infinite loop on package import

Hi,

I have the april 2006 version of Visual Studio which contains IronPython, but I don't know how to update it to work with beta 7. I'm guessing I should copy the new source code somewhere and rebuild but I don't know where to copy it.

My second question is about infinite loops when importing packages. There is an old message regarding this issue: http://lists.ironpython.com/htdig.cgi/users-ironpython.com/2006-March/001884.html
Is it still an active bug? One package gives me an infinite loop on import. Should I try to trace back where it falls into an infinite loop or are you aware of this bug and still working on it?

Thanks,
Aude

_______________________________________________
users mailing list
users at lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
_______________________________________________
users mailing list
users at lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20060605/01a15eef/attachment.html>


More information about the Ironpython-users mailing list