summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTian Gao <gaogaotiantian@hotmail.com>2023-06-29 23:14:09 (GMT)
committerGitHub <noreply@github.com>2023-06-29 23:14:09 (GMT)
commitcea9d4ea82abcb2c6f1d83a2fe819859da4bbda4 (patch)
treefe006373dff5f283de8d29f279d51e371d9c52de /Misc
parent7b2d94d87513967b357c658c6e7e1b8c8d02487d (diff)
downloadcpython-cea9d4ea82abcb2c6f1d83a2fe819859da4bbda4.zip
cpython-cea9d4ea82abcb2c6f1d83a2fe819859da4bbda4.tar.gz
cpython-cea9d4ea82abcb2c6f1d83a2fe819859da4bbda4.tar.bz2
GH-106152: Add PY_THROW event to cProfile (GH-106161)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2023-06-27-23-22-37.gh-issue-106152.ya5jBT.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-06-27-23-22-37.gh-issue-106152.ya5jBT.rst b/Misc/NEWS.d/next/Library/2023-06-27-23-22-37.gh-issue-106152.ya5jBT.rst
new file mode 100644
index 0000000..da9d260
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-06-27-23-22-37.gh-issue-106152.ya5jBT.rst
@@ -0,0 +1 @@
+Added PY_THROW event hook for :mod:`cProfile` for generators