commit | 526a01467b3277f9fcf7f91e66c23321caa1245d | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Mon Sep 09 11:47:14 2019 +0300 |
committer | GitHub <noreply@github.com> | Mon Sep 09 11:47:14 2019 +0300 |
tree | 57d20cb52a4cd5e78a59403e278418908e9cd5a7 | |
parent | 918b468b7d5ebf1ec5e604cb0d99605cee38d983 [diff] |
bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625) RuntimeError is now raised in this case.