-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
[tests] Backport test_cext and test_cppext (C API tests) from main to the 3.12 branch #127906
Labels
Comments
On the 3.12 branch, test_cext currently fails with these warnings:
I backported MSVC support in Py_UNUSED() to 3.12 to fix unicodeobject.h: PR gh-127907. |
I wrote #127908 to fix this pytime.h warning. |
vstinner
added a commit
that referenced
this issue
Dec 13, 2024
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Dec 13, 2024
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Dec 13, 2024
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Dec 13, 2024
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Dec 13, 2024
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Dec 13, 2024
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Dec 13, 2024
vstinner
added a commit
that referenced
this issue
Dec 13, 2024
vstinner
added a commit
that referenced
this issue
Dec 13, 2024
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Dec 13, 2024
vstinner
added a commit
that referenced
this issue
Dec 13, 2024
vstinner
added a commit
that referenced
this issue
Dec 13, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Dec 13, 2024
(cherry picked from commit d05a4e6) Co-authored-by: Victor Stinner <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Dec 13, 2024
(cherry picked from commit d05a4e6) Co-authored-by: Victor Stinner <[email protected]>
This was referenced Dec 13, 2024
vstinner
added a commit
that referenced
this issue
Dec 13, 2024
vstinner
added a commit
that referenced
this issue
Dec 13, 2024
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Dec 13, 2024
vstinner
added a commit
that referenced
this issue
Dec 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The C API is not well tested in the 3.12 branch. I propose to backport test_cext and test_cppext from the main branch to the 3.12 branch.
Example of recent C++ regression: #127902
Linked PRs
The text was updated successfully, but these errors were encountered: