hamano / pysmbc

libsmbclient binding for Python
http://pypi.python.org/pypi/pysmbc
GNU General Public License v2.0
28 stars 27 forks source link

OverflowError when reading 4GB+ files #21

Open gruentee opened 6 years ago

gruentee commented 6 years ago

Using a normal open() I experienced an OverflowError: size does not fit in an int.

Using Python 3.6.5. on Linux.

Please let me know if you need more information.

hamano commented 6 years ago

Could you give me stacktrace?