diff options
Diffstat (limited to 'Objects/genobject.c')
| -rw-r--r-- | Objects/genobject.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/genobject.c b/Objects/genobject.c index f7dd9df..5dfcda2 100644 --- a/Objects/genobject.c +++ b/Objects/genobject.c @@ -252,7 +252,6 @@ gen_throw(PyGenObject *gen, PyObject *args) Py_INCREF(typ); } } - else { /* Not something you can raise. throw() fails. */ PyErr_Format(PyExc_TypeError, |
