On 06/07/2011 06:03 PM, Amaury Forgeot d'Arc wrote: > 2011/6/7 Santhosh Edukulla<santhosh.edukulla at gmail.com>: >> Actually, there is also a module by name "Array" >> >> import array >> t=array.array(I,size) > > But is this allowed in RPython code? no, it is not. Cheers, Carl Friedrich