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

gh-109098: Fuzz re module instead of internal sre #109911

Merged
merged 3 commits into from
Sep 26, 2023

Conversation

ammaraskar
Copy link
Member

@ammaraskar ammaraskar commented Sep 26, 2023

This should get the deprecation warning out and switch the fuzzer to using the public API

Copy link
Member

@serhiy-storchaka serhiy-storchaka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the fix.

@gpshead gpshead merged commit a829356 into python:main Sep 26, 2023
25 checks passed
@miss-islington
Copy link
Contributor

Thanks @ammaraskar for the PR, and @gpshead for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 26, 2023
)

* pythongh-109098: Fuzz re module instead of internal sre
* Fix c-analyzer globals test failure
* Put globals exception in ignored.tsv
(cherry picked from commit a829356)

Co-authored-by: Ammar Askar <ammar@ammaraskar.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 26, 2023
)

* pythongh-109098: Fuzz re module instead of internal sre
* Fix c-analyzer globals test failure
* Put globals exception in ignored.tsv
(cherry picked from commit a829356)

Co-authored-by: Ammar Askar <ammar@ammaraskar.com>
@bedevere-app
Copy link

bedevere-app bot commented Sep 26, 2023

GH-109932 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.12 bug and security fixes label Sep 26, 2023
@bedevere-app
Copy link

bedevere-app bot commented Sep 26, 2023

GH-109933 is a backport of this pull request to the 3.11 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.11 only security fixes label Sep 26, 2023
serhiy-storchaka pushed a commit that referenced this pull request Sep 27, 2023
…H-109933)

* Fix c-analyzer globals test failure
* Put globals exception in ignored.tsv
(cherry picked from commit a829356)

Co-authored-by: Ammar Askar <ammar@ammaraskar.com>
csm10495 pushed a commit to csm10495/cpython that referenced this pull request Sep 28, 2023
* pythongh-109098: Fuzz re module instead of internal sre
* Fix c-analyzer globals test failure
* Put globals exception in ignored.tsv
Yhg1s pushed a commit that referenced this pull request Oct 2, 2023
…109932)

gh-109098: Fuzz re module instead of internal sre (GH-109911)

* gh-109098: Fuzz re module instead of internal sre
* Fix c-analyzer globals test failure
* Put globals exception in ignored.tsv
(cherry picked from commit a829356)

Co-authored-by: Ammar Askar <ammar@ammaraskar.com>
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
* pythongh-109098: Fuzz re module instead of internal sre
* Fix c-analyzer globals test failure
* Put globals exception in ignored.tsv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants