[issue4681] mmap offset should be off_t instead of ssize_t

Martin v. Löwis report at bugs.python.org
Wed Dec 17 10:07:10 CET 2008


Martin v. Löwis <martin at v.loewis.de> added the comment:

I don't think fpos_t is a suitable type here. It isn't guaranteed to be
an integral type, and, on many systems, it isn't integral. So you can't
convert int to it, and you can't do arithmetic on it.

----------
nosy: +loewis

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4681>
_______________________________________


More information about the Python-bugs-list mailing list