Skip to content

gh-64783: Fix signal.NSIG value on FreeBSD#91929

Merged
vstinner merged 2 commits intopython:mainfrom
vstinner:freebsd_nsig
Apr 25, 2022
Merged

gh-64783: Fix signal.NSIG value on FreeBSD#91929
vstinner merged 2 commits intopython:mainfrom
vstinner:freebsd_nsig

Conversation

@vstinner
Copy link
Copy Markdown
Member

Fix signal.NSIG value on FreeBSD to accept signal numbers greater
than 32, like signal.SIGRTMIN and signal.SIGRTMAX.

  • Add pycore_signal.h internal header file
  • _Py_Sigset_Converter() now includes the range of valid signals in
    the error message.

Fix signal.NSIG value on FreeBSD to accept signal numbers greater
than 32, like signal.SIGRTMIN and signal.SIGRTMAX.

* Add pycore_signal.h internal header file
* _Py_Sigset_Converter() now includes the range of valid signals in
  the error message.
@vstinner vstinner requested a review from a team as a code owner April 25, 2022 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants