summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTian Gao <gaogaotiantian@hotmail.com>2023-05-05 17:38:47 (GMT)
committerGitHub <noreply@github.com>2023-05-05 17:38:47 (GMT)
commitb9797417315cc2d1700cb2d427685016d3380711 (patch)
treeedc2b967a95b6b63a324e904db4b22249fd3bf9d /Misc
parenta0df9ee8fc77443510ab7e9ba8fd830f255a8fec (diff)
downloadcpython-b9797417315cc2d1700cb2d427685016d3380711.zip
cpython-b9797417315cc2d1700cb2d427685016d3380711.tar.gz
cpython-b9797417315cc2d1700cb2d427685016d3380711.tar.bz2
gh-103533: Use PEP 669 APIs for cprofile (GH-103534)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2023-04-14-06-32-54.gh-issue-103533.n_AfcS.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-04-14-06-32-54.gh-issue-103533.n_AfcS.rst b/Misc/NEWS.d/next/Library/2023-04-14-06-32-54.gh-issue-103533.n_AfcS.rst
new file mode 100644
index 0000000..1008ea0
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-04-14-06-32-54.gh-issue-103533.n_AfcS.rst
@@ -0,0 +1 @@
+Update :mod:`cProfile` to use PEP 669 API