summaryrefslogtreecommitdiff
path: root/Lib/asyncio/test_utils.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2017-11-25 13:02:55 -0800
committerGitHub <noreply@github.com>2017-11-25 13:02:55 -0800
commitcef88b9c15cf387cf6a39a387a6868883409df4f (patch)
tree6a556d9fb8909aba526d700c861dfac01c755469 /Lib/asyncio/test_utils.py
parent76fdac4c9f53eb8433a54bd3daf9f5cc2e702a44 (diff)
downloadcpython-git-cef88b9c15cf387cf6a39a387a6868883409df4f.tar.gz
mark fatal_error as noreturn (#4563)
clang can't figure out that fatal_error is noreturn itself and emits warnings: ../cpython/Python/pylifecycle.c:2116:1: warning: function declared 'noreturn' should not return [-Winvalid-noreturn] } ^ ../cpython/Python/pylifecycle.c:2125:1: warning: function declared 'noreturn' should not return [-Winvalid-noreturn] } ^
Diffstat (limited to 'Lib/asyncio/test_utils.py')
0 files changed, 0 insertions, 0 deletions