You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #60356 don't hardcode OS-depending constant values (xabbuh)
This PR was merged into the 6.4 branch.
Discussion
----------
don't hardcode OS-depending constant values
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
The values of the `SIG*` constants depend on the OS.
For example, on macOS the value of the `SIGSYS` constant is 12 and not 31 making the test added in #60168 fail.
Commits
-------
3213d88 don't hardcode OS-depending constant values
0 commit comments