Skip to content

handle BaseException in package_cache_data for expedient CTRL-C handling #12056

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

Merged
merged 1 commit into from
Nov 3, 2022

Conversation

dholth
Copy link
Contributor

@dholth dholth commented Nov 3, 2022

Description

If the user presses CTRL-C it will raise BaseException instead of Exception, in one of the threads. re-raise to make sure the main thread immediately sees the CTRL-C or other BaseException.

@dholth dholth requested a review from a team as a code owner November 3, 2022 15:32
@dholth dholth added the in-progress issue is actively being worked on label Nov 3, 2022
@conda-bot conda-bot added the cla-signed [bot] added once the contributor has signed the CLA label Nov 3, 2022
@jezdez jezdez enabled auto-merge (squash) November 3, 2022 16:18
@jezdez jezdez merged commit b10fcfd into main Nov 3, 2022
@jezdez jezdez deleted the handle-baseexception-package-cache-data branch November 3, 2022 16:20
jeskowagner pushed a commit to jeskowagner/conda that referenced this pull request Nov 9, 2022
@github-actions github-actions bot added the locked [bot] locked due to inactivity label Nov 4, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla-signed [bot] added once the contributor has signed the CLA in-progress issue is actively being worked on locked [bot] locked due to inactivity
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants