[Cython] Local type inference, first success

2012-07-13 Thread Vitja Makarov
Hi! I've been a little bit busy last months, now I'm back. I made first steps on implementing local type inference, TI for assignments not only for their names. Here is sample program that works: (_entry_split) vitja@mchome:~/work/cython-vitek-git/zzz$ cat tf.pyx # cython: infer_types.verbose=Tr

Re: [Cython] Local type inference, first success

2012-07-13 Thread Vitja Makarov
2012/7/13 Vitja Makarov : > Hi! > > I've been a little bit busy last months, now I'm back. > > I made first steps on implementing local type inference, TI for > assignments not only for their names. > Here is sample program that works: > > (_entry_split) vitja@mchome:~/work/cython-vitek-git/zzz$ ca