Menu

#1 Infinite loop/recursion in Jython

closed-fixed
nobody
5
2001-07-03
2001-07-03
No

In the method __import_backend the program seems to loop
(or "recurse") infinitely when run in Jython, never getting
beyond "msw" in the candidate list... Works fine on other platforms,
it seems.

Discussion

  • Magnus Lie Hetland

    Logged In: YES
    user_id=20535

    Infinite recursion because __getattr__ was triggered.

     
  • Magnus Lie Hetland

    • status: open --> closed-fixed
     
  • Magnus Lie Hetland

    • status: closed-fixed --> closed-fixed
     
  • Magnus Lie Hetland

    Logged In: YES
    user_id=20535

    Previous "fix" reverted. Is this simply a bug in Jython?

     

Log in to post a comment.