mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
![]() [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
|
||
---|---|---|
.. | ||
__init__.py | ||
_casefix.py | ||
_compiler.py | ||
_constants.py | ||
_parser.py |