[issue26927] test_mmap does not handle ValueError when no large file support

Serhiy Storchaka report at bugs.python.org
Mon May 23 08:42:37 EDT 2016


Serhiy Storchaka added the comment:

> When OverflowError is raised? Shouldn't it be replaced with ValueError?

At least Python implementation of io.FileIO can raise OverflowError (from os.lseek()). Thus OverflowError should be kept.

----------
resolution:  -> fixed
status: open -> closed

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


More information about the Python-bugs-list mailing list