dcantrell / pyparted

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

Set PY_SSIZE_T_CLEAN for the build #77

Closed bcl closed 3 years ago

bcl commented 3 years ago

Python 3.10 needs this to be set, otherwise the tests fail with a coredump.

See https://docs.python.org/3/c-api/arg.html#arg-parsing for details on the macro.

Resolves: rhbz#1890443