summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorDong-hee Na <donghee.na92@gmail.com>2020-07-03 16:36:47 (GMT)
committerGitHub <noreply@github.com>2020-07-03 16:36:47 (GMT)
commitc0b214bc08f0da89e5b2e4b8cc9f07783833d6b8 (patch)
treecea7de4362e4a4c0062cf4bf73b9b2372c20cbaa /Misc
parent3549ca313a6103a3adb281ef3a849298b7d7f72c (diff)
downloadcpython-c0b214bc08f0da89e5b2e4b8cc9f07783833d6b8.zip
cpython-c0b214bc08f0da89e5b2e4b8cc9f07783833d6b8.tar.gz
cpython-c0b214bc08f0da89e5b2e4b8cc9f07783833d6b8.tar.bz2
bpo-1635741: Port faulthandler module to multiphase initialization (GH-21294)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2020-07-03-23-10-02.bpo-1635741.F5coWe.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-07-03-23-10-02.bpo-1635741.F5coWe.rst b/Misc/NEWS.d/next/Core and Builtins/2020-07-03-23-10-02.bpo-1635741.F5coWe.rst
new file mode 100644
index 0000000..927c8e5
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2020-07-03-23-10-02.bpo-1635741.F5coWe.rst
@@ -0,0 +1 @@
+Port :mod:`faulthandler` to multiphase initialization.