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
CODEOWNERS -rw-r--r-- 1.9 KB
CODE_OF_CONDUCT.rst -rw-r--r-- 631 bytes
CONTRIBUTING.rst -rw-r--r-- 2.3 KB
PULL_REQUEST_TEMPLATE.md -rw-r--r-- 316 bytes
appveyor.yml -rw-r--r-- 418 bytes
codecov.yml -rw-r--r-- 482 bytes

back to top