[Python-Dev] something is wrong with test___all__

Guido van Rossum guido at python.org
Mon Nov 28 21:16:21 CET 2005


Has this been handled yet? If not, perhaps showing the good and bad
bytecode here would help trigger someone's brain into understanding
the problem.

On 11/22/05, Reinhold Birkenfeld <reinhold-birkenfeld-nospam at wolke7.net> wrote:
> Hi,
>
> on my machine, "make test" hangs at test_colorsys.
>
> Careful investigation shows that when the bytecode is freshly generated
> by "make all" (precisely in test___all__) the .pyc file is different from what a
> direct call to "regrtest.py test_colorsys" produces.
>
> Curiously, a call to "regrtest.py test___all__" instead of "make test" produces
> the correct bytecode.
>
> I can only suspect some AST bug here.
>
> Reinhold
>
> --
> Mail address is perfectly valid!
>
> _______________________________________________
> Python-Dev mailing list
> Python-Dev at python.org
> http://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe: http://mail.python.org/mailman/options/python-dev/guido%40python.org
>


--
--Guido van Rossum (home page: http://www.python.org/~guido/)


More information about the Python-Dev mailing list