Re: [Cython] strange bug in parallel assignment

2011-06-22 Thread Vitja Makarov
2011/6/22 Vitja Makarov : > Hi! > > Looking at hudson pyregr output I've found this issue: > > (a, b), (c,) = (1, 2), {1: 2} > > Traceback (most recent call last): >  File "cython.py", line 17, in >    main(command_line = 1) >  File "/home/vitja/work/cython-vitek/Cython/Compiler/Main.py", line > 8

[Cython] strange bug in parallel assignment

2011-06-22 Thread Vitja Makarov
Hi! Looking at hudson pyregr output I've found this issue: (a, b), (c,) = (1, 2), {1: 2} Traceback (most recent call last): File "cython.py", line 17, in main(command_line = 1) File "/home/vitja/work/cython-vitek/Cython/Compiler/Main.py", line 821, in main result = compile(sources,