]> granicus.if.org Git - python/commit
bpo-33441: Make the sigset_t converter available in other modules. (GH-6720)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 8 May 2018 04:48:50 +0000 (07:48 +0300)
committerGitHub <noreply@github.com>
Tue, 8 May 2018 04:48:50 +0000 (07:48 +0300)
commitd54cfb160c626626394e2f171d3ccfe03309f34e
tree7cadfc0541bd650485f4e8e1e9ee45252492f06e
parenta3f19c3f52ddff85dd52eaa01b77b2d50cc9af3f
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.
Lib/test/test_signal.py
Modules/clinic/signalmodule.c.h
Modules/posixmodule.c
Modules/posixmodule.h
Modules/signalmodule.c