diff options
author | Pablo Galindo Salgado <Pablogsal@gmail.com> | 2023-10-31 18:18:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-31 18:18:11 (GMT) |
commit | 4f619e83fe1416c9b8d618533a0aaec0b4443b11 (patch) | |
tree | 1b98d4d2d3055124b170331a513f2db7d74936f8 /Misc/NEWS.d | |
parent | b1da63468e27121cd95726aac489c1affafbf5a1 (diff) | |
download | cpython-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.rst | 2 |
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 |