Commit 8a9d9d36 authored by Stefan Behnel's avatar Stefan Behnel

fix comment

parent 735a0a87
......@@ -1033,7 +1033,7 @@ static void __Pyx_Coroutine_del(PyObject *self) {
__Pyx_PyThreadState_declare
if (gen->resume_label < 0) {
// never started => nothing to clean up
// already terminated => nothing to clean up
return;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment