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
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.5 KB
_testembed.c -rw-r--r-- 7.1 KB
python.c -rw-r--r-- 266 bytes

README

back to top