Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Allow exception to bubble up naturally during Shell make_context callback #72

Merged
merged 1 commit into from
Aug 13, 2013

Conversation

bendavis78
Copy link
Contributor

Currently if an exception occurs during the make_context function passed to Shell, it is just being caught and re-raises the exception object, which loses the original stack trace of the exception. These two lines should just be removed completely, as any exception that is cannot be handled should just be allowed to bubble up naturally.

techniq added a commit that referenced this pull request Aug 13, 2013
Allow exception to bubble up naturally during Shell make_context callback
@techniq techniq merged commit f26b0ca into smurfix:master Aug 13, 2013
@techniq
Copy link
Collaborator

techniq commented Aug 13, 2013

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants