8000 gh-91616: re module, fix .fullmatch() mismatch when using Atomic Grouping or Possessive Quantifiers · Pull Request #91681 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from Apr 19, 2022

Conversation

ghost
Copy link
@ghost ghost commented Apr 19, 2022

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 ghost requested a review from brettcannon as a code owner April 19, 2022 04:39
@AlexWaygood AlexWaygood added topic-regex type-bug An unexpected behavior, bug, or error labels Apr 19, 2022
@serhiy-storchaka serhiy-storchaka merged commit e4e8895 into python:main Apr 19, 2022
@ghost ghost deleted the re_atomic_bug branch April 20, 2022 02:14
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
0