-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
gh-139927: Fix test_embed on OpenIndiana #142514
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
Conversation
Avoid swprintf() function in Programs/_testembed.c since it doesn't work as expected on OpenIndiana.
|
cc @mtelka |
|
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
Avoid swprintf() function in Programs/_testembed.c since it doesn't work as expected on OpenIndiana. (cherry picked from commit c76cfe8) Co-authored-by: Victor Stinner <vstinner@python.org>
Avoid swprintf() function in Programs/_testembed.c since it doesn't work as expected on OpenIndiana. (cherry picked from commit c76cfe8) Co-authored-by: Victor Stinner <vstinner@python.org>
|
GH-142520 is a backport of this pull request to the 3.14 branch. |
|
GH-142521 is a backport of this pull request to the 3.13 branch. |
|
I can confirm that Python 3.14.2 + this change succeeds to run the |
|
Avoid swprintf() function in Programs/_testembed.c since it doesn't work as expected on OpenIndiana.
test_init_use_frozen_modulesfails on OpenIndiana #139927