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

gh-91616: re module, fix .fullmatch() mismatch when using Atomic Grouping or Possessive Quantifiers · Pull Request #91681 · python/cpython · GitHub

/ cpython Public

gh-91616: re module, fix .fullmatch() mismatch when using Atomic Grouping or Possessive Quantifiers - #91681

Merged
serhiy-storchaka merged 3 commits into
mainfrom
unknown repository
Apr 19, 2022
Merged

gh-91616: re module, fix .fullmatch() mismatch when using Atomic Grouping or Possessive Quantifiers#91681
serhiy-storchaka merged 3 commits into
mainfrom
unknown repository

Conversation

ghost commented Apr 19, 2022
edited by serhiy-storchaka
Loading

Copy link
Copy Markdown

These jumps should use DO_JUMP0() instead of DO_JUMP():

  • JUMP_POSS_REPEAT_1
  • JUMP_POSS_REPEAT_2
  • JUMP_ATOMIC_GROUP

Closes #91616.

wjssz added 2 commits April 19, 2022 12:32
…sessive Quantifiers

These jumps should use DO_JUMP0() instead of DO_JUMP():
- JUMP_POSS_REPEAT_1
- JUMP_POSS_REPEAT_2
- JUMP_ATOMIC_GROUP
ghost requested a review from brettcannon as a code owner April 19, 2022 04:39
AlexWaygood added topic-regex type-bug An unexpected behavior, bug, or error labels Apr 19, 2022
Comment thread Lib/test/test_pathlib.py Outdated
Comment thread Lib/test/test_pathlib.py Outdated
Comment thread Lib/test/test_re.py
Comment thread Lib/test/test_pathlib.py
serhiy-storchaka merged commit e4e8895 into python:main Apr 19, 2022
ghost deleted the re_atomic_bug branch April 20, 2022 02:14
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

topic-regex type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Path.rglob fails with *.* on Python 3.11.0a7

4 participants


Back | FazBrowse Home | New Git URL