On Oct 25, 2:28 am, NoName <[EMAIL PROTECTED]> wrote:

> I try it:
>
> def b():
>   ...
>   a()
>   ...
>
> def a():
>   ...
>   b()
>   ...
>
> b()
> it's not work.

It sure does. Please post full code and error message, something else
is wrong, not the cyclic reference.

George

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to