summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-03-30 11:10:10 (GMT)
committerGitHub <noreply@github.com>2022-03-30 11:10:10 (GMT)
commit75eee1d57eb28283a8682a660d9949afc89fd010 (patch)
treeb8eedf4eb1d8981c35180a9e7a63ea7a221769ab /Misc
parent6881ea936e277b1733bee581c4e59e3a5d53bb29 (diff)
downloadcpython-75eee1d57eb28283a8682a660d9949afc89fd010.zip
cpython-75eee1d57eb28283a8682a660d9949afc89fd010.tar.gz
cpython-75eee1d57eb28283a8682a660d9949afc89fd010.tar.bz2
bpo-34861: Make cumtime the default sorting key for cProfile (GH-31929)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2022-03-16-08-49-12.bpo-34861.p8ugVg.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-03-16-08-49-12.bpo-34861.p8ugVg.rst b/Misc/NEWS.d/next/Library/2022-03-16-08-49-12.bpo-34861.p8ugVg.rst
new file mode 100644
index 0000000..0277ffb
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-03-16-08-49-12.bpo-34861.p8ugVg.rst
@@ -0,0 +1 @@
+Made cumtime the default sorting key for cProfile