OverflowError while sending large file via socket

Benjamin Peterson benjamin at python.org
Sun Apr 12 21:58:47 EDT 2009


Steven D'Aprano <steve <at> REMOVE-THIS-cybersource.com.au> writes:
> 
> which suggests to me that it will be implementation dependent

The length of sequences is constrained by sys.maxsize
(and no, you can't change it).







More information about the Python-list mailing list