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 christian.heimes
Recipients christian.heimes, ezio.melotti, felipecruz, jcea, pitrou
Date 2012-09-15.14:50:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347720634.2.0.596816308884.issue15897@psf.upfronthosting.co.za>
In-reply-to
Content
You can further compress the changes when you get rid of `rc` and check the return value inline, for example:

  if (fseek(...) == -1) {
    errorhandler;
  }
History
Date User Action Args
2012-09-15 14:50:34christian.heimessetrecipients: + christian.heimes, jcea, pitrou, ezio.melotti, felipecruz
2012-09-15 14:50:34christian.heimessetmessageid: <1347720634.2.0.596816308884.issue15897@psf.upfronthosting.co.za>
2012-09-15 14:50:33christian.heimeslinkissue15897 messages
2012-09-15 14:50:33christian.heimescreate