]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-139927: Fix test_embed on OpenIndiana (GH-142514) (#142521)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 10 Dec 2025 15:54:13 +0000 (16:54 +0100)
committerGitHub <noreply@github.com>
Wed, 10 Dec 2025 15:54:13 +0000 (15:54 +0000)
commit2b0cccec390378463c45c7e7cf39fdbbf1f8876c
tree93fb70a415fd04974c3499fe4239c108106bb681
parente96367da1fdc1e1cf17ca523e93a127b1961b443
[3.13] gh-139927: Fix test_embed on OpenIndiana (GH-142514) (#142521)

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