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

bpo-34410: Fix a crash in the tee iterator when re-enter it. #15625

Merged
merged 2 commits into from
Sep 9, 2019

Commits on Sep 9, 2019

  1. bpo-34410: Fix a crash in the tee iterator when re-enter it.

    RuntimeError is now raised in this case.
    serhiy-storchaka committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    f2a8d89 View commit details
    Browse the repository at this point in the history
  2. Add docs.

    serhiy-storchaka committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    6bd711c View commit details
    Browse the repository at this point in the history