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

Handle raise Exception(), None on Python2.7 #11786

Merged
merged 4 commits into from
Feb 22, 2022
Merged

Handle raise Exception(), None on Python2.7 #11786

merged 4 commits into from
Feb 22, 2022

Commits on Dec 18, 2021

  1. Revert "Revert "Now typechecks traceback in `raise e, msg, tracebac…

    …k` on py2 (#11289)" (#11743)"
    
    This reverts commit 510e043.
    sobolevn committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    eb4e5d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ea50cd View commit details
    Browse the repository at this point in the history
  3. A couple more tests

    sobolevn committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    aa36aba View commit details
    Browse the repository at this point in the history
  4. Fixes types

    sobolevn committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    eb75022 View commit details
    Browse the repository at this point in the history