Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove comment from test_generators
  • Loading branch information
vstinner committed May 5, 2020
commit deaa68bdb9c71c284996f92d99bd473d31a4e7b9
3 changes: 0 additions & 3 deletions Lib/test/test_generators.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,9 +342,6 @@ def g():
try:
yield
except Exception:
# Without the `gi_exc_state.exc_type != Py_None` in
# _gen_throw(), this line was causing a crash ("Segmentation
# fault (core dumped)") on e.g. Fedora 32.
raise RuntimeError

gen = g()
Expand Down