summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorPablo Galindo Salgado <Pablogsal@gmail.com>2023-10-31 18:18:11 (GMT)
committerGitHub <noreply@github.com>2023-10-31 18:18:11 (GMT)
commit4f619e83fe1416c9b8d618533a0aaec0b4443b11 (patch)
tree1b98d4d2d3055124b170331a513f2db7d74936f8 /Misc/NEWS.d
parentb1da63468e27121cd95726aac489c1affafbf5a1 (diff)
downloadcpython-4f619e83fe1416c9b8d618533a0aaec0b4443b11.zip
cpython-4f619e83fe1416c9b8d618533a0aaec0b4443b11.tar.gz
cpython-4f619e83fe1416c9b8d618533a0aaec0b4443b11.tar.bz2
[3.12] gh-109181: Speed up Traceback object creation by lazily compute the line number (GH-111548) (#111551)
. (cherry picked from commit abb15420c11d9dda9c89f74eac8417240b321109)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2023-10-31-14-25-21.gh-issue-109181.11h6Mc.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-10-31-14-25-21.gh-issue-109181.11h6Mc.rst b/Misc/NEWS.d/next/Core and Builtins/2023-10-31-14-25-21.gh-issue-109181.11h6Mc.rst
new file mode 100644
index 0000000..61a15b4
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2023-10-31-14-25-21.gh-issue-109181.11h6Mc.rst
@@ -0,0 +1,2 @@
+Speed up :obj:`Traceback` object creation by lazily compute the line number.
+Patch by Pablo Galindo