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
_casefix.py
_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
_parser.py [3.12] gh-106510: Fix DEBUG output for atomic group (GH-106511) (GH-106548) 2023-07-08 15:15:54 +03:00