Skip to content

Rewrite backtrace and tests#410

Merged
adamchainz merged 2 commits intomasterfrom
backtrace
Nov 29, 2019
Merged

Rewrite backtrace and tests#410
adamchainz merged 2 commits intomasterfrom
backtrace

Conversation

@adamchainz
Copy link
Copy Markdown
Contributor

Make it faster by using a split implementation based on the Python version, and a list comprehension

Combine the tests since they really all tested one output.

Avoid capturing the frame for capture() itself, as per comment in tests - it's not very useful information to the user.

Make it faster by using a split implementation based on the Python version, and a list comprehension

Combine the tests since they really all tested one output.

Avoid capturing the frame for `capture()` itself, as per comment in tests - it's not very useful information to the user.
@adamchainz adamchainz merged commit 689e044 into master Nov 29, 2019
@adamchainz adamchainz deleted the backtrace branch November 29, 2019 13:48
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.

1 participant