summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2019-09-20 21:10:16 (GMT)
committerGitHub <noreply@github.com>2019-09-20 21:10:16 (GMT)
commitb1542583bee204130934c2b90684041e29378250 (patch)
tree9f0097a25870859d9a2d533b4d9e690c4485cf09 /Misc
parentbc2256ea177a653bcab15b06b5f5725b10c1fff3 (diff)
downloadcpython-b1542583bee204130934c2b90684041e29378250.zip
cpython-b1542583bee204130934c2b90684041e29378250.tar.gz
cpython-b1542583bee204130934c2b90684041e29378250.tar.bz2
bpo-38205: Py_UNREACHABLE() calls Py_FatalError() (GH-16290)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/C API/2019-09-19-18-26-29.bpo-38205.Db1OJL.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C API/2019-09-19-18-26-29.bpo-38205.Db1OJL.rst b/Misc/NEWS.d/next/C API/2019-09-19-18-26-29.bpo-38205.Db1OJL.rst
new file mode 100644
index 0000000..1818e54
--- /dev/null
+++ b/Misc/NEWS.d/next/C API/2019-09-19-18-26-29.bpo-38205.Db1OJL.rst
@@ -0,0 +1 @@
+The :c:func:`Py_UNREACHABLE` macro now calls :c:func:`Py_FatalError`.