MemoryError in data conversion

Dave Angel davea at davea.name
Mon Apr 14 08:42:30 EDT 2014


Mok-Kong Shen <mok-kong.shen at t-online.de> Wrote in message:
> 
> The code attached below produces in one of the two IMHO similar cases
> (excepting the sizes of the lists involved) MemoryError. Could experts
> kindly tell why that's so and whether there is any work-around feasible.

Where's your stack trace for the error?  If it happens that it
 gets the error in the Ast call, then examine byarray.  I expect
 it's too large or too complex for the compiler. 




-- 
DaveA




More information about the Python-list mailing list