summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-05-08-12-51-37.bpo-36829.8enFMA.rst
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2019-06-04 17:44:34 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2019-06-04 17:44:34 (GMT)
commit3b5deb0116abf2c94690d48af41b109bc8a4d559 (patch)
tree190a550280b59e7606a1d50ceae7fa8bdf106c95 /Misc/NEWS.d/next/Library/2019-05-08-12-51-37.bpo-36829.8enFMA.rst
parent8d0ef0b5edeae52960c7ed05ae8a12388324f87e (diff)
downloadcpython-3b5deb0116abf2c94690d48af41b109bc8a4d559.zip
cpython-3b5deb0116abf2c94690d48af41b109bc8a4d559.tar.gz
cpython-3b5deb0116abf2c94690d48af41b109bc8a4d559.tar.bz2
Python 3.8.0b1v3.8.0b1
Diffstat (limited to 'Misc/NEWS.d/next/Library/2019-05-08-12-51-37.bpo-36829.8enFMA.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2019-05-08-12-51-37.bpo-36829.8enFMA.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-05-08-12-51-37.bpo-36829.8enFMA.rst b/Misc/NEWS.d/next/Library/2019-05-08-12-51-37.bpo-36829.8enFMA.rst
deleted file mode 100644
index 0b04efc..0000000
--- a/Misc/NEWS.d/next/Library/2019-05-08-12-51-37.bpo-36829.8enFMA.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Add new :func:`sys.unraisablehook` function which can be overridden to
-control how "unraisable exceptions" are handled. It is called when an
-exception has occurred but there is no way for Python to handle it. For
-example, when a destructor raises an exception or during garbage collection
-(:func:`gc.collect`).