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

Add unraisableexception and threadexception plugins #8055

Merged
merged 3 commits into from Dec 5, 2020

Commits on Nov 20, 2020

  1. Configuration menu
    Copy the full SHA
    3e0bbd2 View commit details
    Browse the repository at this point in the history
  2. pytester: always close stdin pipe in pytester.run()

    If the user passed stdin=PIPE for some reason, they have no way to close
    it themselves since it is not exposed.
    bluetech committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    148e3c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

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