]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38249: Expand Py_UNREACHABLE() to __builtin_unreachable() in the release mode...
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 9 Mar 2020 18:49:52 +0000 (20:49 +0200)
committerGitHub <noreply@github.com>
Mon, 9 Mar 2020 18:49:52 +0000 (20:49 +0200)
commiteebaa9bfc593d5a46b293c1abd929fbfbfd28199
tree9ba0bbaba8116eb71d0b80f11b586fe063aadbe5
parent6d0ee60740f2862a878f009671b1aaa75aeb0c2a
bpo-38249: Expand Py_UNREACHABLE() to __builtin_unreachable() in the release mode. (GH-16329)

Co-authored-by: Victor Stinner <vstinner@python.org>
Doc/c-api/intro.rst
Include/pymacro.h
Misc/NEWS.d/next/C API/2020-03-09-20-27-19.bpo-38249.IxYbQy.rst [new file with mode: 0644]
Modules/_tracemalloc.c
Objects/stringlib/eq.h
Python/formatter_unicode.c
Python/peephole.c
Python/pytime.c