This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Kuberan.Naganathan
Recipients Kuberan.Naganathan, neologix, pitrou, vstinner
Date 2011-07-13.16:58:55
SpamBayes Score 6.973833e-05
Marked as misclassified No
Message-id <CAK=_o0htMjFjEr1MMfR7NzFEMvDW-smGF_steVLbTJn9n_8r1A@mail.gmail.com>
In-reply-to <1310571047.4043.0.camel@localhost.localdomain>
Content
I did some testing on this.  Solaris seems to treat files as a large
circular buffer of size 2^64 with respect to seeks in the /proc file system
address space file. No error results with seeks of greater than 2^63 with
any of SEEK_SET, SEEK_CUR, SEEK_END.  This is not true of a regular file
where I get errno=22 when seeking to an offset greater than or equal to
2^63.

So even on solaris the behavior seems to be filesystem dependent.
Files
File name Uploaded
unnamed Kuberan.Naganathan, 2011-07-13.16:58:54
History
Date User Action Args
2011-07-13 16:58:55Kuberan.Naganathansetrecipients: + Kuberan.Naganathan, pitrou, vstinner, neologix
2011-07-13 16:58:55Kuberan.Naganathanlinkissue12545 messages
2011-07-13 16:58:55Kuberan.Naganathancreate