Closed obbardc closed 10 years ago
Thanks for your feedback. This is a bug indeed.
Py3x unified the int/long only have int which is actually Py2x's long type...
Let me know if this change resolves your issue: 0aacc934879d605c511b96f32b742f476bb3396c
Fixed in 7df6b05fa0a58ef43ad6dce42fec6a3398316396
logical_size argument is the size of the storage medium in bytes. In Python longs are also ints!
Fix: Allow integers as well as longs to allow large hard drive sizes.
I will attach a fork which implements this fix.