[Python-Dev] something is wrong with test___all__
Reinhold Birkenfeld
reinhold-birkenfeld-nospam at wolke7.net
Tue Nov 22 22:47:37 CET 2005
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!
More information about the Python-Dev
mailing list