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

Correctly handle tracebackhide for chained exceptions #10772

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    a583c68 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. fix test that was assuming wrong return value for getcrashentry

    * The test still assumed that Traceback.getcrashentry would return the last element from the traceback when all elements were hidden. However, that was erroneous behavior which was fixed in a583c68
    Felhof committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    377ef7f View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. Configuration menu
    Copy the full SHA
    8404419 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1765f99 View commit details
    Browse the repository at this point in the history
  3. Add documentation to test for tracebackhide

    Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
    Felhof and nicoddemus committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    332cb13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6e36c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f95c9c View commit details
    Browse the repository at this point in the history
  6. allow reprcrash to be none in ReprExceptionInfo

    * that this was not possible caused test_config.test_parse_warning_filter_failure to fail
    Felhof committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    7b5bc36 View commit details
    Browse the repository at this point in the history