bpo-32703: Fix coroutine resource warning in case where there's an error (GH-5410)
The commit removes one unnecessary "if" clause in genobject.c. That "if" clause was masking un-awaited coroutines warnings just to make writing unittests more convenient.
Y
Yury Selivanov committed
2a2270db9be9bdac5ffd2d50929bf905e7391a06
Parent: b647d70
Committed by GitHub <noreply@github.com>
on 1/29/2018, 7:31:47 PM