Skip to content
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

feat(python/adbc_driver_manager): handle KeyboardInterrupt #1486

Closed
wants to merge 1 commit into from

Conversation

lidavidm
Copy link
Member

Fixes #1484.

@github-actions github-actions bot added this to the ADBC Libraries 0.10.0 milestone Jan 23, 2024
@lidavidm
Copy link
Member Author

@jorisvandenbossche how awful do you think the approach here is? 😅

@lidavidm
Copy link
Member Author

We could also implement the background-thread-and-self-pipe trick that Arrow C++ uses. That would be a good deal more complicated but would only need a single background thread per process

@lidavidm
Copy link
Member Author

lidavidm commented Feb 2, 2024

I'm going to implement the second option I sketched here and see how it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

python: make sure SIGINT properly interrupts everything
1 participant