-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
test_xxtestfuzz emits DeprecationWarning #109098
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
Comments
cc @ammaraskar These tests should be either removed or rewritten using the public API. |
ammaraskar
added a commit
to ammaraskar/cpython
that referenced
this issue
Sep 26, 2023
ammaraskar
added a commit
to ammaraskar/cpython
that referenced
this issue
Sep 26, 2023
gpshead
pushed a commit
that referenced
this issue
Sep 26, 2023
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
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 <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
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 <[email protected]>
I believe that PR should fix this. if not, please feel free to reopen. thanks for the PR and reviews! |
serhiy-storchaka
pushed a commit
that referenced
this issue
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 <[email protected]>
Do not miss merging in 3.12 branch. |
@gpshead Please do no forgot to edit commit message. It contains a duplicate of the subject and intermediate commit messages. |
csm10495
pushed a commit
to csm10495/cpython
that referenced
this issue
Sep 28, 2023
* pythongh-109098: Fuzz re module instead of internal sre * Fix c-analyzer globals test failure * Put globals exception in ignored.tsv
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
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
test_xxtestfuzz emits deprecation warnings about modules sre_compile and sre_constants which always were internal. It should use public non-deprecated API.
cc @ssbr, @ammaraskar
Linked PRs
The text was updated successfully, but these errors were encountered: