Christian Heimes added the comment:
You can further compress the changes when you get rid of `rc` and check the
return value inline, for example:
if (fseek(...) == -1) {
errorhandler;
}
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue15897>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com