[issue4681] mmap offset should be off_t instead of ssize_t

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


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

> Ah, I think I'm beginning to understand.  Thanks for the explanation.  So, 
> if I understand correctly, I should refactor the patch and just remove all 
> of the Py_off_t and just use off_t because the standard says that *is* the 
> type.  Correct?

Correct.

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


More information about the Python-bugs-list mailing list