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
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
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.
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.