summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTian Gao <gaogaotiantian@hotmail.com>2024-02-28 15:21:42 (GMT)
committerGitHub <noreply@github.com>2024-02-28 15:21:42 (GMT)
commit0a61e237009bf6b833e13ac635299ee063377699 (patch)
tree3f4b945c0e65971740f7a0a3b4d38c2624bcd9a7 /Misc
parent9578288a3e5a7f42d1f3bec139c0c85b87775c90 (diff)
downloadcpython-0a61e237009bf6b833e13ac635299ee063377699.zip
cpython-0a61e237009bf6b833e13ac635299ee063377699.tar.gz
cpython-0a61e237009bf6b833e13ac635299ee063377699.tar.bz2
gh-107674: Improve performance of `sys.settrace` (GH-114986)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2024-02-04-07-45-29.gh-issue-107674.q8mCmi.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2024-02-04-07-45-29.gh-issue-107674.q8mCmi.rst b/Misc/NEWS.d/next/Core and Builtins/2024-02-04-07-45-29.gh-issue-107674.q8mCmi.rst
new file mode 100644
index 0000000..f9b9678
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2024-02-04-07-45-29.gh-issue-107674.q8mCmi.rst
@@ -0,0 +1 @@
+Improved the performance of :func:`sys.settrace` significantly