-
Notifications
You must be signed in to change notification settings - Fork 678
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added _bytes_seek and _bytes_tell XDR methods
On error xtc_seek now returns the system errno value, which is printed as is. This is more informative and fixes an IndexError looking up the error message, that occurred when xtc_seek failed and returned exdrNR. Added testing for _bytes_seek and _bytes_tell, also beyond 4GB filesize limits.
- Loading branch information
Showing
5 changed files
with
1,455 additions
and
931 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.