diff options
author | Tian Gao <gaogaotiantian@hotmail.com> | 2023-05-05 17:38:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-05 17:38:47 (GMT) |
commit | b9797417315cc2d1700cb2d427685016d3380711 (patch) | |
tree | edc2b967a95b6b63a324e904db4b22249fd3bf9d /Misc | |
parent | a0df9ee8fc77443510ab7e9ba8fd830f255a8fec (diff) | |
download | cpython-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.rst | 1 |
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 |