bpo-33441: Make the sigset_t converter available in other modules. (GH-6720)
* Expose the sigset_t converter via private API _Py_Sigset_Converter(). * Use Argument Clinic for parsing sigset_t in signalmodule.c. * Raise ValueError instead OverflowError for integers out of the C long range. Based on patch by Pablo Galindo Salgado.
S
Serhiy Storchaka committed
d54cfb160c626626394e2f171d3ccfe03309f34e
Parent: a3f19c3
Committed by GitHub <noreply@github.com>
on 5/8/2018, 4:48:50 AM