diff options
author | Benjamin Peterson <benjamin@python.org> | 2017-11-25 13:02:55 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-25 13:02:55 -0800 |
commit | cef88b9c15cf387cf6a39a387a6868883409df4f (patch) | |
tree | 6a556d9fb8909aba526d700c861dfac01c755469 /Lib/asyncio/test_utils.py | |
parent | 76fdac4c9f53eb8433a54bd3daf9f5cc2e702a44 (diff) | |
download | cpython-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