Vincent Davis <vinc...@vincentdavis.net> Wrote in message: > (something about your message seems to make it unquotable)
64gig is 4^18, so you can forget about holding a string of size 4^50 If memory size is your issue, why not make the function a generator, by replacing the append with a yield? -- DaveA -- https://mail.python.org/mailman/listinfo/python-list