cpython/Lib/re
Serhiy Storchaka 3bb43b7b1b
[3.12] gh-106052: Fix bug in the matching of possessive quantifiers (GH-106515) (#107796)
[3.12] gh-106052: Fix bug in the matching of possessive quantifiers (gh-106515)

It did not work in the case of a subpattern containing backtracking.

Temporary implement possessive quantifiers as equivalent greedy qualifiers
in atomic groups..
(cherry picked from commit 7b6e34e5ba)
2023-08-09 12:26:51 +02:00
..
__init__.py gh-91524: Speed up the regular expression substitution (#91525) 2022-10-23 15:57:30 -07:00
_casefix.py gh-91575: Add a script for generating data for case-insensitive matching in re (GH-91660) 2022-04-22 21:37:46 +03:00
_compiler.py [3.12] gh-106052: Fix bug in the matching of possessive quantifiers (GH-106515) (#107796) 2023-08-09 12:26:51 +02:00
_constants.py gh-91524: Speed up the regular expression substitution (#91525) 2022-10-23 15:57:30 -07:00
_parser.py [3.12] gh-106510: Fix DEBUG output for atomic group (GH-106511) (GH-106548) 2023-07-08 15:15:54 +03:00