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

ExceptionInfo: join exception traceback with frame's stack #20

Open
wants to merge 11 commits into
base: my-master
Choose a base branch
from

Conversation

blueyed
Copy link
Owner

@blueyed blueyed commented Oct 27, 2019

Fixes pytest-dev#6081.

TODO:

@blueyed blueyed force-pushed the join-stack branch 3 times, most recently from e89aec3 to 24a0864 Compare November 1, 2019 19:08
blueyed added a commit that referenced this pull request Nov 8, 2019
Save original/current `pdb.set_trace` on the instance, not class.
Tried to keep this minimal, more fixes forthcoming.

Fixes pytest-dev#5228 properly (previously 9129ad3).

Conflicts with pytest-dev/features due to:

- cd10ee1 (minor, "improve header for _enter_pdb" (#21))
- 9659ce0 ("pdb: set excinfo in _postmortem_traceback, cut", #16; only a hack - WIP at #20 (ref: pytest-dev#6081))
# XXX: remove any entries from the full tb previously ignored
# already. Without this, it would include e.g. src/pytest.py:101
# or /usr/lib/python3.7/runpy.py:193 (previously unknown).
# The cutting needs some fix for generators anyway IIRC.
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Owner Author

@blueyed blueyed Feb 12, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

CallInfo.from_call cuts off traceback for exceptions
1 participant