Skip to content

Conversation

@vstinner
Copy link
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