◐ Shell
reader mode source ↗
Skip to content

bpo-33441: Make the sigset_t converter available in other modules.#6720

Merged
serhiy-storchaka merged 2 commits into
python:masterfrom
serhiy-storchaka:sigset-converter
May 8, 2018
Merged

bpo-33441: Make the sigset_t converter available in other modules.#6720
serhiy-storchaka merged 2 commits into
python:masterfrom
serhiy-storchaka:sigset-converter

Conversation

@serhiy-storchaka

@serhiy-storchaka serhiy-storchaka commented May 7, 2018

Copy link
Copy Markdown
Member
  • 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 @pablogsal.

https://bugs.python.org/issue33441

* 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.
@serhiy-storchaka serhiy-storchaka merged commit d54cfb1 into python:master May 8, 2018
@serhiy-storchaka serhiy-storchaka deleted the sigset-converter branch May 8, 2018 04:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news type-feature A feature request or enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants