Commit aef8c57
committed
Avoid adding signal handlers to the event loop at connection
1. Because if someone runs pylibjuju in an off-main thread, then
add_signal_handler will (rightfully) complain (see issue #1010).
2. Pylibjuju as a library shouldn't enforce a certain way of handling
signals. Clients should install their handlers however they wanna
handle them.
Fixes #10101 parent 32ce250 commit aef8c57
1 file changed
Lines changed: 0 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
425 | 424 | | |
426 | 425 | | |
427 | 426 | | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | 427 | | |
433 | 428 | | |
434 | 429 | | |
| |||
473 | 468 | | |
474 | 469 | | |
475 | 470 | | |
476 | | - | |
477 | | - | |
478 | | - | |
479 | | - | |
480 | | - | |
481 | 471 | | |
482 | 472 | | |
483 | 473 | | |
| |||
0 commit comments