summaryrefslogtreecommitdiffstats
path: root/Modules/posixmodule.h
Commit message (Collapse)AuthorAgeFilesLines
* bpo-33441: Make the sigset_t converter available in other modules. (GH-6720)Serhiy Storchaka2018-05-081-0/+9
| | | | | | | | | * 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.
* Issue #4591: Uid and gid values larger than 2**31 are supported now.Serhiy Storchaka2013-02-101-0/+25