summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZhiming Wang <i@zhimingwang.org>2021-01-20 08:56:21 (GMT)
committerGitHub <noreply@github.com>2021-01-20 08:56:21 (GMT)
commit3554fa4abecfb77ac5fcaa5ce8310eeca5683960 (patch)
tree152dc55103cd8c62b737be5d63b4615aba1431cc /Misc
parentf1ff800db1f9fa5ff8f2fa2863796a46bfa9ee46 (diff)
downloadcpython-3554fa4abecfb77ac5fcaa5ce8310eeca5683960.zip
cpython-3554fa4abecfb77ac5fcaa5ce8310eeca5683960.tar.gz
cpython-3554fa4abecfb77ac5fcaa5ce8310eeca5683960.tar.bz2
bpo-42005: profile and cProfile catch BrokenPipeError (GH-22643)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2020-10-11-13-48-03.bpo-42005.Jq6Az-.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-10-11-13-48-03.bpo-42005.Jq6Az-.rst b/Misc/NEWS.d/next/Library/2020-10-11-13-48-03.bpo-42005.Jq6Az-.rst
new file mode 100644
index 0000000..be4ed7f
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-10-11-13-48-03.bpo-42005.Jq6Az-.rst
@@ -0,0 +1,2 @@
+Fix CLI of :mod:`cProfile` and :mod:`profile` to catch
+:exc:`BrokenPipeError`.