Skip to content
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

extmod/modure: Fix bug with ^ matching interior of sub/split #8403

Merged
merged 2 commits into from Mar 16, 2022

Conversation

dpgeorge
Copy link
Member

Fixes issue #8402.

Otherwise a repeated sub/split will continue to match ^ to the start of
that search.

Signed-off-by: Damien George <damien@micropython.org>
Fixes issue micropython#8402.

Signed-off-by: Damien George <damien@micropython.org>
@dpgeorge dpgeorge force-pushed the lib-re15-fix-anchor-sub-split branch from e5b1db0 to 63f0e70 Compare March 16, 2022 01:21
@dpgeorge dpgeorge merged commit 63f0e70 into micropython:master Mar 16, 2022
@dpgeorge dpgeorge deleted the lib-re15-fix-anchor-sub-split branch March 16, 2022 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant