Staging
v0.5.1
https://github.com/python/cpython
Revision 2a2270db9be9bdac5ffd2d50929bf905e7391a06 authored by Yury Selivanov on 29 January 2018, 19:31:47 UTC, committed by GitHub on 29 January 2018, 19:31:47 UTC
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.
1 parent b647d70
History
Tip revision: 2a2270db9be9bdac5ffd2d50929bf905e7391a06 authored by Yury Selivanov on 29 January 2018, 19:31:47 UTC
bpo-32703: Fix coroutine resource warning in case where there's an error (GH-5410)
Tip revision: 2a2270d
File Mode Size
Grammar -rw-r--r-- 6.3 KB

back to top