]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38631: Add _Py_NO_RETURN to functions calling Py_FatalError() (GH-18278)
authorVictor Stinner <vstinner@python.org>
Thu, 30 Jan 2020 12:09:11 +0000 (13:09 +0100)
committerGitHub <noreply@github.com>
Thu, 30 Jan 2020 12:09:11 +0000 (13:09 +0100)
commit2a4903fcce54c25807d362dbbbcfb32d0b494f9f
tree9ed04fc7af4e5926778b0764be5078a1f6338b64
parent17c68b8107e348aeaaa05f7ac5072cacff916022
bpo-38631: Add _Py_NO_RETURN to functions calling Py_FatalError() (GH-18278)

Add _Py_NO_RETURN to functions calling Py_FatalError():

* _PyObject_AssertFailed()
* dummy_dealloc()
* faulthandler_fatal_error_thread()
* none_dealloc()
* notimplemented_dealloc()
Include/cpython/object.h
Modules/faulthandler.c
Objects/object.c
Objects/setobject.c