diff options
author | Tian Gao <gaogaotiantian@hotmail.com> | 2023-04-24 05:03:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-24 05:03:49 (GMT) |
commit | 36860134a9eda8df5af5a38d6c7533437c594c2f (patch) | |
tree | 6b024114fd9f35c525f59add5502bdef45f90051 /Misc/NEWS.d | |
parent | f0ed293f6aec1c2ed22725301b77d6ccedc2d486 (diff) | |
download | cpython-36860134a9eda8df5af5a38d6c7533437c594c2f.zip cpython-36860134a9eda8df5af5a38d6c7533437c594c2f.tar.gz cpython-36860134a9eda8df5af5a38d6c7533437c594c2f.tar.bz2 |
gh-103285: Rewrite _splitlines_no_ff to improve performance (#103307)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-04-06-04-35-59.gh-issue-103285.rCZ9-G.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-04-06-04-35-59.gh-issue-103285.rCZ9-G.rst b/Misc/NEWS.d/next/Library/2023-04-06-04-35-59.gh-issue-103285.rCZ9-G.rst new file mode 100644 index 0000000..62b4364 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-04-06-04-35-59.gh-issue-103285.rCZ9-G.rst @@ -0,0 +1 @@ +Improve performance of :func:`ast.get_source_segment`. |