Re: [Python-Dev] something is wrong with test___all__

2005-11-30 Thread Reinhold Birkenfeld
Guido van Rossum wrote: > 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. I've created a tracker item at www.python.org/sf/1370322. Reinhold -- Mail address is perfectly valid!

Re: [Python-Dev] something is wrong with test___all__

2005-11-28 Thread Guido van Rossum
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 <[EMAIL PROTECTED]> wrote: > Hi, > > on my machine, "make test" hangs at test_colorsys. > > Careful investigation sh

[Python-Dev] something is wrong with test___all__

2005-11-22 Thread Reinhold Birkenfeld
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 t