FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.10] gh-109638: Fix exponential time in csv.Sniffer for doubled quotes (GH-154868) (GH-155113) by miss-islington · Pull Request #155116 · python/cpython · GitHub

/ cpython Public

[3.10] gh-109638: Fix exponential time in csv.Sniffer for doubled quotes (GH-154868) (GH-155113) - #155116

Merged
pablogsal merged 3 commits into
python:3.10from
miss-islington:backport-eaa9bac-3.10
Aug 10, 2026
Merged

[3.10] gh-109638: Fix exponential time in csv.Sniffer for doubled quotes (GH-154868) (GH-155113)#155116
pablogsal merged 3 commits into
python:3.10from
miss-islington:backport-eaa9bac-3.10

Conversation

miss-islington commented Aug 3, 2026
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

(cherry picked from commit eaa9bac)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com
(cherry picked from commit d52184b)

…ed quotes (pythonGH-154868) (pythonGH-155113)

(cherry picked from commit eaa9bac)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
(cherry picked from commit d52184b)

Copy link
Copy Markdown
Member

After merging, please create a backport of #155166.

They were added in 3.11.  An unrolled loop is unambiguous at every
position, so it does not backtrack either.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

Copy link
Copy Markdown
Member

The backport of #155166 may be non-trivial (possessive qualifiers only supported since 3.11), so please ping me after merge.

pablogsal merged commit 19e5024 into python:3.10 Aug 10, 2026
14 of 15 checks passed
miss-islington deleted the backport-eaa9bac-3.10 branch August 10, 2026 19:53
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-security A security issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL