Commit 878403d
Modernize siginterrupt calls
The implementation of `signal.siginterrupt` now uses `sigaction`
(if it is available in the system) instead of the deprecated
`siginterrupt`.
Fixes: gh#python#85841
From-PR: gh#python/cpython!22028
Patch: bpo-41675-modernize-siginterrupt.patch1 parent d8877aa commit 878403d
File tree
2 files changed
+16
-1
lines changed- Misc/NEWS.d/next/Core and Builtins
- Modules
2 files changed
+16
-1
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
532 | 532 | | |
533 | 533 | | |
534 | 534 | | |
535 | | - | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
536 | 548 | | |
537 | 549 | | |
538 | 550 | | |
| |||
0 commit comments