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 serhiy.storchaka
Recipients Goplat, brett.cannon, catalin.iacob, serhiy.storchaka, ysj.ray
Date 2012-11-05.19:40:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352144408.65.0.0899363032367.issue8745@psf.upfronthosting.co.za>
In-reply-to
Content
I suggest to use fseek(fp, relative_offset, SEEK_CUR).  It doesn't force a system call (at least on Linux) and may be a little faster than fread() or multiple getc().
History
Date User Action Args
2012-11-05 19:40:08serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ysj.ray, Goplat, catalin.iacob
2012-11-05 19:40:08serhiy.storchakasetmessageid: <1352144408.65.0.0899363032367.issue8745@psf.upfronthosting.co.za>
2012-11-05 19:40:08serhiy.storchakalinkissue8745 messages
2012-11-05 19:40:08serhiy.storchakacreate