dcantrell / pyparted

Python bindings for GNU parted (libparted)
GNU General Public License v2.0
86 stars 43 forks source link

Return to using PyLong_*LongLong functions for PedSector values (#1300073) #20

Closed bcl closed 8 years ago

bcl commented 8 years ago

Commit 6e62a95b5878be04 changed a number of conversions from LongLong to Long. This works fine on 64bit architectures, but on 32bit it results in an overflow on devices greater than 2TiB.