]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-139927: Fix test_embed on OpenIndiana (#142514)
authorVictor Stinner <vstinner@python.org>
Wed, 10 Dec 2025 15:31:12 +0000 (16:31 +0100)
committerGitHub <noreply@github.com>
Wed, 10 Dec 2025 15:31:12 +0000 (15:31 +0000)
commitc76cfe8d89c5f44b6a012d24c0e14b45eab16b90
treecdb1c52dfc92c084c3c796c95518b46e53f88a3c
parent2db9573e231e2589f44d50ede5c68c6360f028cd
gh-139927: Fix test_embed on OpenIndiana (#142514)

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