Robert Bradshaw, 04.12.2009 09:59: > The problem is when I write > > x = list > > The type of x is not list, it's type. This should be changed back.
Done. > I don't have any strong opinions on what > version it should go into, but I'd lean towards 0.13 (which should not > be as long as a wait as 0.12 was). I'd like to get at least some of > the C++ code into 0.13 as well. For the records, I fixed another bug regarding type inference for extension types (ticket #461), and now lxml tests perfectly with safe type inference enabled. Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
