-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: interruption signal not terminating the process when spamming <C-c>
#478
base: main
Are you sure you want to change the base?
Conversation
27c11ad
to
ce22283
Compare
After further consideration, addressing this at the root is essential. While this fix works, it only addresses the surface issue. Looking at the Session implementation everything made more sense; |
…sing atexit and signal refactor(session.py): streamline end_session logic to improve readability and maintainability
ce22283
to
9205697
Compare
Cool fix. I've had this issue a number of times but hard to replicate and pin down when/why. A test script that's able to replicate + show the fix would be much appreciated |
Closing in favor of #486 |
Let's merge this for now until core refactoring is ready |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merge for now
Signed-off-by: Teo <[email protected]>
bab258d
to
8abfda6
Compare
Not convincing, need to review |
Fixes #477