Staging
v0.5.1
https://github.com/python/cpython
Revision cef88b9c15cf387cf6a39a387a6868883409df4f authored by Benjamin Peterson on 25 November 2017, 21:02:55 UTC, committed by GitHub on 25 November 2017, 21:02:55 UTC
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]
}
^
1 parent 76fdac4
History
Tip revision: cef88b9c15cf387cf6a39a387a6868883409df4f authored by Benjamin Peterson on 25 November 2017, 21:02:55 UTC
mark fatal_error as noreturn (#4563)
Tip revision: cef88b9
File Mode Size
c-api
data
distributing
distutils
extending
faq
howto
includes
install
installing
library
reference
tools
tutorial
using
whatsnew
Makefile -rw-r--r-- 7.3 KB
README.rst -rw-r--r-- 4.3 KB
about.rst -rw-r--r-- 1.5 KB
bugs.rst -rw-r--r-- 4.2 KB
conf.py -rw-r--r-- 6.2 KB
contents.rst -rw-r--r-- 538 bytes
copyright.rst -rw-r--r-- 451 bytes
docutils.conf -rw-r--r-- 56 bytes
glossary.rst -rw-r--r-- 48.4 KB
license.rst -rw-r--r-- 46.2 KB
make.bat -rw-r--r-- 5.1 KB

README.rst

back to top