os.stat truncates file length to 16-bit
Status: Alpha
Brought to you by:
oflebbe
The file length reported by os.stat is truncated to a
16-bit integer. Furthermore, the order of the tuplet
returned by os.stat seams to be in the wrong order.
This makes os.path.getsize to return a totally
incorrect value.