Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-81057: Move Signal-Related Globals to _PyRuntimeState (gh-100085) | Eric Snow | 2022-12-12 | 1 | -0/+63 |
| | | | https://github.com/python/cpython/issues/81057 | ||||
* | gh-64783: Fix signal.NSIG value on FreeBSD (#91929) | Victor Stinner | 2022-04-25 | 1 | -0/+35 |
Fix signal.NSIG value on FreeBSD to accept signal numbers greater than 32, like signal.SIGRTMIN and signal.SIGRTMAX. * Add Py_NSIG constant. * Add pycore_signal.h internal header file. * _Py_Sigset_Converter() now includes the range of valid signals in the error message. |