There is a lot of signal-handling code in twisted/internet/base.py when it could be near other signal handling code in twisted/internet/_signals.py#11702
Closed
exarkun opened this issue
Oct 5, 2022
· 0 comments
· Fixed by #11703
If the signal-handling code were all in one place then the various reactor implementation modules would each be a little bit more focused and so easier to understand and maintain.
The text was updated successfully, but these errors were encountered:
If the signal-handling code were all in one place then the various reactor implementation modules would each be a little bit more focused and so easier to understand and maintain.
The text was updated successfully, but these errors were encountered: