]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-139927: Fix test_embed on OpenIndiana (GH-142514) (#142520)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 10 Dec 2025 16:41:12 +0000 (17:41 +0100)
committerGitHub <noreply@github.com>
Wed, 10 Dec 2025 16:41:12 +0000 (16:41 +0000)
commit35df805bb75eb4cc410c26164b8039cdc84b5009
tree1294f428acea32ef0401c2b63aed9679db23ccc8
parent36d4f67b3cc97df8fb46f15e300719cc02cc496f
[3.14] gh-139927: Fix test_embed on OpenIndiana (GH-142514) (#142520)

gh-139927: Fix test_embed on OpenIndiana (GH-142514)

Avoid swprintf() function in Programs/_testembed.c since it doesn't
work as expected on OpenIndiana.
(cherry picked from commit c76cfe8d89c5f44b6a012d24c0e14b45eab16b90)

Co-authored-by: Victor Stinner <vstinner@python.org>
Programs/_testembed.c